public
static
interface
PlaybackOverlaySupportFragment.InputEventHandler
android.support.v17.leanback.app.PlaybackOverlaySupportFragment.InputEventHandler |
Interface allowing the application to handle input events.
Public methods | |
---|---|
abstract
boolean
|
handleInputEvent(InputEvent event)
Called when an |
boolean handleInputEvent (InputEvent event)
Called when an InputEvent
is received.
Parameters | |
---|---|
event |
InputEvent
|
Returns | |
---|---|
boolean |
If the event should be consumed, return true. To allow the event to continue on to the next handler, return false. |