FileDocCategorySizeDatePackage
FocusHighlightHandler.javaAPI DocAndroid 5.1 API1138Thu Mar 12 22:22:56 GMT 2015android.support.v17.leanback.widget

FocusHighlightHandler

public interface FocusHighlightHandler
Interface for highlighting the item that has focus.

Fields Summary
Constructors Summary
Methods Summary
public voidonInitializeView(android.view.View view)
Called when the view is being created.

public voidonItemFocused(android.view.View view, boolean hasFocus)
Called when an item gains or loses focus.

hide
param
view The view whose focus is changing.
param
hasFocus True if focus is gained; false otherwise.