You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
571 B

package p023h0;
import android.view.View;
/* renamed from: h0.y0 */
/* loaded from: classes.dex */
public interface InterfaceC0989y0 {
boolean onNestedFling(View view, float f, float f2, boolean z);
boolean onNestedPreFling(View view, float f, float f2);
void onNestedPreScroll(View view, int i, int i2, int[] iArr);
void onNestedScroll(View view, int i, int i2, int i3, int i4);
void onNestedScrollAccepted(View view, View view2, int i);
boolean onStartNestedScroll(View view, View view2, int i);
void onStopNestedScroll(View view);
}