Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.google.android.material.search;
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import androidx.coordinatorlayout.widget.CoordinatorLayout;
|
||||
import com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public class SearchBar$ScrollingViewBehavior extends AppBarLayout$ScrollingViewBehavior {
|
||||
public SearchBar$ScrollingViewBehavior() {
|
||||
}
|
||||
|
||||
@Override // com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior, A.b
|
||||
public final boolean h(CoordinatorLayout coordinatorLayout, View view, View view2) {
|
||||
super.h(coordinatorLayout, view, view2);
|
||||
return false;
|
||||
}
|
||||
|
||||
public SearchBar$ScrollingViewBehavior(Context context, AttributeSet attributeSet) {
|
||||
super(context, attributeSet);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
package com.google.android.material.search;
|
||||
|
||||
import A.b;
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import androidx.coordinatorlayout.widget.CoordinatorLayout;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public class SearchView$Behavior extends b {
|
||||
public SearchView$Behavior() {
|
||||
}
|
||||
|
||||
@Override // A.b
|
||||
public final boolean h(CoordinatorLayout coordinatorLayout, View view, View view2) {
|
||||
throw new ClassCastException();
|
||||
}
|
||||
|
||||
public SearchView$Behavior(Context context, AttributeSet attributeSet) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user