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.
32 lines
783 B
32 lines
783 B
package p026i0;
|
|
|
|
import android.os.Bundle;
|
|
import android.text.style.ClickableSpan;
|
|
import android.view.View;
|
|
|
|
/* renamed from: i0.a */
|
|
/* loaded from: classes.dex */
|
|
public final class C1017a extends ClickableSpan {
|
|
|
|
/* renamed from: d */
|
|
public final int f2547d;
|
|
|
|
/* renamed from: e */
|
|
public final C1022c0 f2548e;
|
|
|
|
/* renamed from: f */
|
|
public final int f2549f;
|
|
|
|
public C1017a(int i, C1022c0 c1022c0, int i2) {
|
|
this.f2547d = i;
|
|
this.f2548e = c1022c0;
|
|
this.f2549f = i2;
|
|
}
|
|
|
|
@Override // android.text.style.ClickableSpan
|
|
public void onClick(View view) {
|
|
Bundle bundle = new Bundle();
|
|
bundle.putInt("ACCESSIBILITY_CLICKABLE_SPAN_ID", this.f2547d);
|
|
this.f2548e.m2371G(this.f2549f, bundle);
|
|
}
|
|
} |