tmap/smali_classes3/com/google/android/material/textfield/CustomEndIconDelegate.smali
2022-06-10 21:38:30 +09:00

39 lines
1.4 KiB
Smali

.class Lcom/google/android/material/textfield/CustomEndIconDelegate;
.super Lcom/google/android/material/textfield/EndIconDelegate;
.source "CustomEndIconDelegate.java"
# direct methods
.method public constructor <init>(Lcom/google/android/material/textfield/TextInputLayout;)V
.locals 0
.param p1 # Lcom/google/android/material/textfield/TextInputLayout;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0, p1}, Lcom/google/android/material/textfield/EndIconDelegate;-><init>(Lcom/google/android/material/textfield/TextInputLayout;)V
return-void
.end method
# virtual methods
.method public initialize()V
.locals 2
.line 1
iget-object v0, p0, Lcom/google/android/material/textfield/EndIconDelegate;->textInputLayout:Lcom/google/android/material/textfield/TextInputLayout;
const/4 v1, 0x0
invoke-virtual {v0, v1}, Lcom/google/android/material/textfield/TextInputLayout;->setEndIconOnClickListener(Landroid/view/View$OnClickListener;)V
.line 2
iget-object v0, p0, Lcom/google/android/material/textfield/EndIconDelegate;->textInputLayout:Lcom/google/android/material/textfield/TextInputLayout;
invoke-virtual {v0, v1}, Lcom/google/android/material/textfield/TextInputLayout;->setEndIconOnLongClickListener(Landroid/view/View$OnLongClickListener;)V
return-void
.end method