Searched refs:KEYCODE_STYLUS_BUTTON_TAIL (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskInitializerTest.kt | 26 import android.view.KeyEvent.KEYCODE_STYLUS_BUTTON_TAIL 228 createKeyEvent(ACTION_DOWN, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 0, eventTime = 0) in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp() 233 createKeyEvent(ACTION_UP, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 0, eventTime = 50) in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp() 246 createKeyEvent(ACTION_DOWN, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 0, eventTime = 0) in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 249 createKeyEvent(ACTION_UP, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 0, eventTime = 50) in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 252 createKeyEvent(ACTION_DOWN, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 99, eventTime = 99) in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 255 createKeyEvent(ACTION_UP, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 99, eventTime = 150) in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 268 createKeyEvent(ACTION_DOWN, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 0, eventTime = 0) in tailButtonGestureDetection_longPress_shouldNotShowNoteTask() 271 createKeyEvent(ACTION_UP, KEYCODE_STYLUS_BUTTON_TAIL, downTime = 0, eventTime = 1000) in tailButtonGestureDetection_longPress_shouldNotShowNoteTask()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
D | NoteTaskInitializer.kt | 25 import android.view.KeyEvent.KEYCODE_STYLUS_BUTTON_TAIL 143 keyCode == KEYCODE_STYLUS_BUTTON_TAIL && isTailButtonNotesGesture() -> TAIL_BUTTON in KeyEvent() 158 if (keyCode != KEYCODE_STYLUS_BUTTON_TAIL || action != KeyEvent.ACTION_UP) { in KeyEvent()
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 907 public static final int KEYCODE_STYLUS_BUTTON_TAIL = 311; field in KeyEvent
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 3782 case KeyEvent.KEYCODE_STYLUS_BUTTON_TAIL: 5059 case KeyEvent.KEYCODE_STYLUS_BUTTON_TAIL: { 5234 case KeyEvent.KEYCODE_STYLUS_BUTTON_TAIL:
|
/frameworks/base/core/api/ |
D | current.txt | 51486 field public static final int KEYCODE_STYLUS_BUTTON_TAIL = 311; // 0x137
|