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.
27 lines
707 B
27 lines
707 B
package p028j;
|
|
|
|
import android.os.Build;
|
|
import android.view.View;
|
|
|
|
/* renamed from: j.k3 */
|
|
/* loaded from: classes.dex */
|
|
public class C1134k3 {
|
|
|
|
/* renamed from: j.k3$a */
|
|
/* loaded from: classes.dex */
|
|
public static class C1135a {
|
|
/* renamed from: a */
|
|
public static void m2063a(View view, CharSequence charSequence) {
|
|
view.setTooltipText(charSequence);
|
|
}
|
|
}
|
|
|
|
/* renamed from: a */
|
|
public static void m2064a(View view, CharSequence charSequence) {
|
|
if (Build.VERSION.SDK_INT >= 26) {
|
|
C1135a.m2063a(view, charSequence);
|
|
} else {
|
|
View$OnLongClickListenerC1162n3.m1994h(view, charSequence);
|
|
}
|
|
}
|
|
} |