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

Method isActionDown

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

Source from the content-addressed store, hash-verified

5public class KeyUtil {
6
7 public static boolean isActionDown(KeyEvent event) {
8 return event.getAction() == KeyEvent.ACTION_DOWN;
9 }
10
11 public static boolean isActionUp(KeyEvent event) {
12 return event.getAction() == KeyEvent.ACTION_UP;

Callers 11

dispatchKeyEventMethod · 0.95
dispatchKeyEventMethod · 0.95
hasEventMethod · 0.95
hasEventMethod · 0.95
checkMethod · 0.95
onKeyDownMethod · 0.95
hasEventMethod · 0.95
checkMethod · 0.95
dispatchKeyEventMethod · 0.95
handleMovementKeyMethod · 0.95
initEventMethod · 0.95

Calls 1

getActionMethod · 0.45

Tested by

no test coverage detected