MCPcopy Create free account
hub / github.com/FongMi/TV / isRightKey

Method isRightKey

app/src/main/java/com/fongmi/android/tv/utils/KeyUtil.java:31–33  ·  view source on GitHub ↗
(KeyEvent event)

Source from the content-addressed store, hash-verified

29 }
30
31 public static boolean isRightKey(KeyEvent event) {
32 return event.getKeyCode() == KeyEvent.KEYCODE_DPAD_RIGHT;
33 }
34
35 public static boolean isBackKey(KeyEvent event) {
36 return event.getKeyCode() == KeyEvent.KEYCODE_BACK;

Callers 12

handleKeywordKeyMethod · 0.95
handleWordKeyMethod · 0.95
handleRecordKeyMethod · 0.95
hasEventMethod · 0.95
onKeyDownMethod · 0.95
getFocusDirectionMethod · 0.95
hasEventMethod · 0.95
checkMethod · 0.95
hasEventMethod · 0.95
onKeyDownMethod · 0.95
hasEventMethod · 0.95
checkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected