Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
package com.google.android.material.bottomappbar;
import android.content.Context;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.View;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.google.android.material.behavior.HideBottomViewOnScrollBehavior;
import m2.ViewOnLayoutChangeListenerC0506a;
/* loaded from: classes3.dex */
public class BottomAppBar$Behavior extends HideBottomViewOnScrollBehavior<Object> {
public BottomAppBar$Behavior() {
new ViewOnLayoutChangeListenerC0506a(this, 0);
new Rect();
}
@Override // com.google.android.material.behavior.HideBottomViewOnScrollBehavior, A.b
public final boolean k(CoordinatorLayout coordinatorLayout, View view, int i) {
throw new ClassCastException();
}
@Override // com.google.android.material.behavior.HideBottomViewOnScrollBehavior, A.b
public final boolean s(View view, int i, int i4) {
throw new ClassCastException();
}
public BottomAppBar$Behavior(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
new ViewOnLayoutChangeListenerC0506a(this, 0);
new Rect();
}
}