/frameworks/base/core/tests/coretests/src/android/util/ |
D | KeyUtils.java | 49 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in tapMenuKey() 68 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, shortcutKeyCode)); in chordMenuKey() 69 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in chordMenuKey() 86 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER)); in longClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonView.java | 156 sendEvent(KeyEvent.ACTION_UP, 0); in performAccessibilityActionInternal() 162 sendEvent(KeyEvent.ACTION_UP, 0); in performAccessibilityActionInternal() 204 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED); in onTouchEvent() 208 case MotionEvent.ACTION_UP: in onTouchEvent() 213 sendEvent(KeyEvent.ACTION_UP, 0); in onTouchEvent() 217 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED); in onTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 623 case MotionEvent.ACTION_UP: { in handleMotionEventStateTouchExploring() 671 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 706 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 715 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 727 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 730 case MotionEvent.ACTION_UP: { in handleMotionEventStateDragging() 739 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 758 case MotionEvent.ACTION_UP: { in handleMotionEventStateDelegating() 894 final int action = computeInjectionAction(MotionEvent.ACTION_UP, i); in sendUpForInjectedDownPointers() 914 sendMotionEvent(prototype, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in sendActionDownAndUp() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ClassifierData.java | 52 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in update() 64 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in cleanUp()
|
D | HumanInteractionClassifier.java | 141 if (action == MotionEvent.ACTION_UP) { in onTouchEvent() 142 mBufferedEvents.getFirst().setAction(MotionEvent.ACTION_UP); in onTouchEvent() 183 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in addTouchEvent()
|
D | ProximityClassifier.java | 59 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ScreenshotTest.java | 118 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, in takeScreenshot() 120 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, in takeScreenshot()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | TouchUtils.java | 59 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in tapView() 117 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in clickView() 160 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in longClickView() 288 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in drag()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | Events.java | 70 return e.getActionMasked() == MotionEvent.ACTION_UP; in isActionUp() 176 return mEvent.getActionMasked() == MotionEvent.ACTION_UP; in isActionUp()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | DropDownListView.java | 106 case MotionEvent.ACTION_UP: in onForwardedEvent() 128 if (actionMasked == MotionEvent.ACTION_UP) { in onForwardedEvent()
|
D | ForwardingListener.java | 184 case MotionEvent.ACTION_UP: in onTouchObserved() 258 final boolean keepForwarding = action != MotionEvent.ACTION_UP in onTouchForwarded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 118 case MotionEvent.ACTION_UP: in onInterceptTouchEvent() 152 case MotionEvent.ACTION_UP:
|
D | NavigationBarGestureHelper.java | 129 case MotionEvent.ACTION_UP: in onInterceptTouchEvent() 142 case MotionEvent.ACTION_UP: in interceptDockWindowEvent() 158 case MotionEvent.ACTION_UP: in handleDockWindowEvent()
|
/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 197 case MotionEvent.ACTION_UP: in onTouchObserved() 271 final boolean keepForwarding = action != MotionEvent.ACTION_UP in onTouchForwarded()
|
D | DropDownListView.java | 182 case MotionEvent.ACTION_UP: in onForwardedEvent() 204 if (actionMasked == MotionEvent.ACTION_UP) { in onForwardedEvent()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 191 injectKeyEvent(new KeyEvent(now, now, KeyEvent.ACTION_UP, keyCode, 0, 0, in sendKeyEvent() 198 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x, y, 0.0f); in sendTap() 216 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x2, y2, 0.0f); in sendSwipe()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 130 case MotionEvent.ACTION_UP: in onPointerEvent() 150 && action != MotionEvent.ACTION_UP in doGestureDetection()
|
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/ |
D | LeanbackSettingsRootView.java | 51 if (event.getAction() == KeyEvent.ACTION_UP && event.getKeyCode() == KeyEvent.KEYCODE_BACK in dispatchKeyEvent()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GuidedActionAdapter.java | 431 case KeyEvent.ACTION_UP: in onKey() 477 if (keyCode == KeyEvent.KEYCODE_BACK && event.getAction() == KeyEvent.ACTION_UP) { in onKeyPreIme() 481 KeyEvent.ACTION_UP) { in onKeyPreIme()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | GestureRecorder.java | 55 case MotionEvent.ACTION_UP: in actionName() 109 case MotionEvent.ACTION_UP: in add()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | EmergencyCarrierArea.java | 53 case MotionEvent.ACTION_UP: in onFinishInflate()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 196 KeyEvent upEvent = new KeyEvent(eventTime, eventTime, KeyEvent.ACTION_UP, in sendKeyAndWaitForEvent() 321 mDownTime, eventTime, MotionEvent.ACTION_UP, x, y, 1); 553 KeyEvent upEvent = new KeyEvent(eventTime, eventTime, KeyEvent.ACTION_UP, 757 event = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), MotionEvent.ACTION_UP, 1,
|
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
D | VerticalSeekBar.java | 68 case MotionEvent.ACTION_UP: in onTouchEvent()
|
/frameworks/support/v4/java/android/support/v4/media/ |
D | TransportPerformer.java | 199 onMediaButtonUp(keyCode, new KeyEvent(now, now, KeyEvent.ACTION_UP, keyCode, 0)); in onAudioFocusChange()
|
/frameworks/base/core/java/android/text/method/ |
D | LinkMovementMethod.java | 198 if (action == MotionEvent.ACTION_UP || in onTouchEvent() 216 if (action == MotionEvent.ACTION_UP) { in onTouchEvent()
|