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

Method isLeftKey

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

Source from the content-addressed store, hash-verified

25 }
26
27 public static boolean isLeftKey(KeyEvent event) {
28 return event.getKeyCode() == KeyEvent.KEYCODE_DPAD_LEFT;
29 }
30
31 public static boolean isRightKey(KeyEvent event) {
32 return event.getKeyCode() == KeyEvent.KEYCODE_DPAD_RIGHT;

Callers 10

handleKeyboardKeyMethod · 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