what-the-bank/sources/o/C15772iWn.java

45 lines
1.3 KiB
Java

package o;
import android.text.Editable;
import android.widget.TextView;
/* renamed from: o.iWn, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15772iWn {
public final Editable c;
private final TextView d;
public C15772iWn(TextView textView, Editable editable) {
C14957gcv.b((Object) textView, "");
this.d = textView;
this.c = editable;
}
public final String toString() {
StringBuilder sb = new StringBuilder("TextViewAfterTextChangeEvent(view=");
sb.append(this.d);
sb.append(", editable=");
sb.append((Object) this.c);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
TextView textView = this.d;
int hashCode = textView != null ? textView.hashCode() : 0;
Editable editable = this.c;
return (hashCode * 31) + (editable != null ? editable.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15772iWn)) {
return false;
}
C15772iWn c15772iWn = (C15772iWn) obj;
return C14957gcv.b(this.d, c15772iWn.d) && C14957gcv.b(this.c, c15772iWn.c);
}
}