Home
last modified time | relevance | path

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

/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DPlaybackControlGlue.java97 if (shouldDispatchAction(action)) { in onActionClicked()
108 if (shouldDispatchAction(action)) { in onKey()
116 private boolean shouldDispatchAction(Action action) { in shouldDispatchAction() method in PlaybackControlGlue
DPlaybackTransportControlGlueSample.java84 if (shouldDispatchAction(action)) { in onActionClicked()
133 if (shouldDispatchAction(action)) { in onKey()
164 private boolean shouldDispatchAction(Action action) { in shouldDispatchAction() method in PlaybackTransportControlGlueSample
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DPlaybackTestFragment.java199 if (shouldDispatchAction(action)) { in onActionClicked()
210 if (shouldDispatchAction(action)) { in onKey()
218 private boolean shouldDispatchAction(Action action) { in shouldDispatchAction() method in PlaybackTestFragment.PlaybackControlHelper
DPlaybackTestSupportFragment.java196 if (shouldDispatchAction(action)) { in onActionClicked()
207 if (shouldDispatchAction(action)) { in onKey()
215 private boolean shouldDispatchAction(Action action) { in shouldDispatchAction() method in PlaybackTestSupportFragment.PlaybackControlHelper