Searched refs:shouldConsume (Results 1 – 3 of 3) sorted by relevance
89 boolean consume = FocusLogic.shouldConsume(keyCode); in onKey()205 boolean consume = FocusLogic.shouldConsume(keyCode); in handleHotseatButtonKeyEvent()320 boolean consume = FocusLogic.shouldConsume(keyCode); in handleIconKeyEvent()
481 if (FocusLogic.shouldConsume(keyCode)) { in onKey()
77 public static boolean shouldConsume(int keyCode) { in shouldConsume() method in FocusLogic