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.
46 lines
916 B
46 lines
916 B
package p023h0;
|
|
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
|
|
/* renamed from: h0.z0 */
|
|
/* loaded from: classes.dex */
|
|
public class C0996z0 {
|
|
|
|
/* renamed from: a */
|
|
public int f2506a;
|
|
|
|
/* renamed from: b */
|
|
public int f2507b;
|
|
|
|
public C0996z0(ViewGroup viewGroup) {
|
|
}
|
|
|
|
/* renamed from: a */
|
|
public int m2431a() {
|
|
return this.f2506a | this.f2507b;
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public void m2430b(View view, View view2, int i) {
|
|
m2429c(view, view2, i, 0);
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public void m2429c(View view, View view2, int i, int i2) {
|
|
if (i2 == 1) {
|
|
this.f2507b = i;
|
|
} else {
|
|
this.f2506a = i;
|
|
}
|
|
}
|
|
|
|
/* renamed from: d */
|
|
public void m2428d(View view, int i) {
|
|
if (i == 1) {
|
|
this.f2507b = 0;
|
|
} else {
|
|
this.f2506a = 0;
|
|
}
|
|
}
|
|
} |