Searched refs:FLAG_EDITOR_ACTION (Results 1 – 6 of 6) sorted by relevance
395 | KeyEvent.FLAG_EDITOR_ACTION)); in performEditorAction()400 | KeyEvent.FLAG_EDITOR_ACTION)); in performEditorAction()
1117 public static final int FLAG_EDITOR_ACTION = 0x10; field in KeyEvent
3794 | KeyEvent.FLAG_EDITOR_ACTION))); in onEditorAction()3800 | KeyEvent.FLAG_EDITOR_ACTION))); in onEditorAction()5327 if ((event.getFlags() & KeyEvent.FLAG_EDITOR_ACTION) != 0 in doKeyDown()5489 if ((event.getFlags() & KeyEvent.FLAG_EDITOR_ACTION) != 0 in onKeyUp()5519 & KeyEvent.FLAG_EDITOR_ACTION) != 0) { in onKeyUp()
594 NO DOC BLOCK: android.view.KeyEvent Field FLAG_EDITOR_ACTION
22028 field public static final int FLAG_EDITOR_ACTION = 16; // 0x10