TextInputLayout.OnEndIconChangedListener

public interface TextInputLayout.OnEndIconChangedListener


Callback interface invoked when the view's end icon changes.

See also
setEndIconMode

Summary

Public methods

abstract void
onEndIconChanged(TextInputLayout textInputLayout, int previousIcon)

Called when the end icon changes.

Public methods

onEndIconChanged

abstract void onEndIconChanged(TextInputLayout textInputLayout, int previousIcon)

Called when the end icon changes.

Parameters
TextInputLayout textInputLayout

the TextInputLayout

int previousIcon

the end icon mode the view previously had set