Searched refs:FLAG_EDITOR_ACTION (Results 1 – 5 of 5) sorted by relevance
408 | KeyEvent.FLAG_EDITOR_ACTION)); in performEditorAction()413 | KeyEvent.FLAG_EDITOR_ACTION)); in performEditorAction()
1080 public static final int FLAG_EDITOR_ACTION = 0x10; field in KeyEvent
4518 | KeyEvent.FLAG_EDITOR_ACTION)); in onEditorAction()4524 | KeyEvent.FLAG_EDITOR_ACTION)); in onEditorAction()5730 if ((event.getFlags() & KeyEvent.FLAG_EDITOR_ACTION) != 0 in doKeyDown()5897 if ((event.getFlags() & KeyEvent.FLAG_EDITOR_ACTION) != 0 in onKeyUp()5927 & KeyEvent.FLAG_EDITOR_ACTION) != 0) { in onKeyUp()
594 NO DOC BLOCK: android.view.KeyEvent Field FLAG_EDITOR_ACTION
32272 field public static final int FLAG_EDITOR_ACTION = 16; // 0x10