public static interface View.OnFocusChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onFocusChange(View v,
boolean hasFocus)
Called when the focus state of a view has changed.
|
void onFocusChange(View v, boolean hasFocus)
v
- The view whose state has changed.hasFocus
- The new focus state of v.