android.view.View.OnFocusChangeListener |
Known Indirect Subclasses |
Interface definition for a callback to be invoked when the focus state of a view changed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Called when the focus state of a view has changed.
|
Called when the focus state of a view has changed.
v | The view whose state has changed. |
---|---|
hasFocus | The new focus state of v. |