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.
42 lines
1.3 KiB
42 lines
1.3 KiB
package p023h0;
|
|
|
|
import android.os.Build;
|
|
import android.view.ViewGroup;
|
|
import p064v.C1751b;
|
|
|
|
/* renamed from: h0.a4 */
|
|
/* loaded from: classes.dex */
|
|
public final class C0771a4 {
|
|
|
|
/* renamed from: h0.a4$a */
|
|
/* loaded from: classes.dex */
|
|
public static class C0772a {
|
|
/* renamed from: a */
|
|
public static int m2937a(ViewGroup viewGroup) {
|
|
int nestedScrollAxes;
|
|
nestedScrollAxes = viewGroup.getNestedScrollAxes();
|
|
return nestedScrollAxes;
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public static boolean m2936b(ViewGroup viewGroup) {
|
|
boolean isTransitionGroup;
|
|
isTransitionGroup = viewGroup.isTransitionGroup();
|
|
return isTransitionGroup;
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public static void m2935c(ViewGroup viewGroup, boolean z) {
|
|
viewGroup.setTransitionGroup(z);
|
|
}
|
|
}
|
|
|
|
/* renamed from: a */
|
|
public static boolean m2938a(ViewGroup viewGroup) {
|
|
if (Build.VERSION.SDK_INT >= 21) {
|
|
return C0772a.m2936b(viewGroup);
|
|
}
|
|
Boolean bool = (Boolean) viewGroup.getTag(C1751b.tag_transition_group);
|
|
return ((bool == null || !bool.booleanValue()) && viewGroup.getBackground() == null && C0829h1.m2811w(viewGroup) == null) ? false : true;
|
|
}
|
|
} |