105 lines
2.0 KiB
Java
105 lines
2.0 KiB
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import android.view.View;
|
|
import android.view.accessibility.AccessibilityEvent;
|
|
import android.widget.EditText;
|
|
import androidx.core.view.accessibility.AccessibilityNodeInfoCompat;
|
|
import com.google.android.material.internal.CheckableImageButton;
|
|
import com.google.android.material.textfield.EndCompoundLayout;
|
|
import com.google.android.material.textfield.TextInputLayout;
|
|
import o.QAo;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class SQv {
|
|
final CheckableImageButton g;
|
|
final EndCompoundLayout i;
|
|
final Context j;
|
|
final TextInputLayout k;
|
|
|
|
public View.OnFocusChangeListener Mj_() {
|
|
return null;
|
|
}
|
|
|
|
public View.OnFocusChangeListener Ml_() {
|
|
return null;
|
|
}
|
|
|
|
public void Mn_(AccessibilityEvent accessibilityEvent) {
|
|
}
|
|
|
|
public View.OnClickListener My_() {
|
|
return null;
|
|
}
|
|
|
|
public void Mz_(EditText editText) {
|
|
}
|
|
|
|
public int a() {
|
|
return 0;
|
|
}
|
|
|
|
public void a(AccessibilityNodeInfoCompat accessibilityNodeInfoCompat) {
|
|
}
|
|
|
|
public boolean b(int i) {
|
|
return true;
|
|
}
|
|
|
|
public int c() {
|
|
return 0;
|
|
}
|
|
|
|
public void e() {
|
|
}
|
|
|
|
public void e(boolean z) {
|
|
}
|
|
|
|
public void f() {
|
|
}
|
|
|
|
public void g() {
|
|
}
|
|
|
|
public QAo.LWm h() {
|
|
return null;
|
|
}
|
|
|
|
public boolean k() {
|
|
return false;
|
|
}
|
|
|
|
public boolean l() {
|
|
return false;
|
|
}
|
|
|
|
public boolean m() {
|
|
return false;
|
|
}
|
|
|
|
public boolean n() {
|
|
return false;
|
|
}
|
|
|
|
public boolean o() {
|
|
return false;
|
|
}
|
|
|
|
public void q() {
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public SQv(EndCompoundLayout endCompoundLayout) {
|
|
this.k = endCompoundLayout.s;
|
|
this.i = endCompoundLayout;
|
|
this.j = endCompoundLayout.getContext();
|
|
this.g = endCompoundLayout.f6484o;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public final void p() {
|
|
this.i.a(false);
|
|
}
|
|
}
|