31 lines
718 B
Java
31 lines
718 B
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.view.PointerIcon;
|
||
|
|
||
|
/* renamed from: o.RjT, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C0912RjT {
|
||
|
private final PointerIcon c;
|
||
|
|
||
|
private C0912RjT(PointerIcon pointerIcon) {
|
||
|
this.c = pointerIcon;
|
||
|
}
|
||
|
|
||
|
public static C0912RjT a(Context context, int i) {
|
||
|
return new C0912RjT(HBt.sb_(context, i));
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.RjT$HBt */
|
||
|
/* loaded from: classes.dex */
|
||
|
static class HBt {
|
||
|
static PointerIcon sb_(Context context, int i) {
|
||
|
return PointerIcon.getSystemIcon(context, i);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final Object e() {
|
||
|
return this.c;
|
||
|
}
|
||
|
}
|