FocusHighlightHandlerpublic interface FocusHighlightHandler Interface for highlighting the item that has focus. |
Methods Summary |
---|
public void | onInitializeView(android.view.View view)Called when the view is being created.
| public void | onItemFocused(android.view.View view, boolean hasFocus)Called when an item gains or loses focus.
|
|