Home
last modified time | relevance | path

Searched refs:shouldDispatchAction (Results 1 – 2 of 2) sorted by relevance

/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPlaybackControlSupportHelper.java111 if (shouldDispatchAction(action)) { in onActionClicked()
122 if (shouldDispatchAction(action)) { in onKey()
130 private boolean shouldDispatchAction(Action action) { in shouldDispatchAction() method in PlaybackControlSupportHelper
DPlaybackControlHelper.java109 if (shouldDispatchAction(action)) { in onActionClicked()
120 if (shouldDispatchAction(action)) { in onKey()
128 private boolean shouldDispatchAction(Action action) { in shouldDispatchAction() method in PlaybackControlHelper