29 lines
539 B
Java
29 lines
539 B
Java
package androidx.core.view;
|
|
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class NestedScrollingParentHelper {
|
|
private int a;
|
|
|
|
public NestedScrollingParentHelper(ViewGroup viewGroup) {
|
|
}
|
|
|
|
public void a(View view, View view2, int i) {
|
|
a(view, view2, i, 0);
|
|
}
|
|
|
|
public void a(View view, View view2, int i, int i2) {
|
|
this.a = i;
|
|
}
|
|
|
|
public int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(View view, int i) {
|
|
this.a = 0;
|
|
}
|
|
}
|