Lines Matching refs:consume
89 boolean consume = FocusLogic.shouldConsume(keyCode); in onKey()
91 return consume; in onKey()
123 return consume; in onKey()
187 return consume; in onKey()
205 boolean consume = FocusLogic.shouldConsume(keyCode); in handleHotseatButtonKeyEvent()
206 if (e.getAction() == KeyEvent.ACTION_UP || !consume) { in handleHotseatButtonKeyEvent()
207 return consume; in handleHotseatButtonKeyEvent()
236 return consume; in handleHotseatButtonKeyEvent()
313 return consume; in handleHotseatButtonKeyEvent()
320 boolean consume = FocusLogic.shouldConsume(keyCode); in handleIconKeyEvent()
321 if (e.getAction() == KeyEvent.ACTION_UP || !consume) { in handleIconKeyEvent()
322 return consume; in handleIconKeyEvent()
466 return consume; in handleIconKeyEvent()