Home
last modified time | relevance | path

Searched refs:ACTION_UP (Results 1 – 25 of 192) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java49 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/
DKeyButtonView.java156 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/
DTouchExplorer.java623 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/
DClassifierData.java52 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in update()
64 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL in cleanUp()
DHumanInteractionClassifier.java141 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()
DProximityClassifier.java59 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotTest.java118 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/
DTouchUtils.java59 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/
DEvents.java70 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/
DDropDownListView.java106 case MotionEvent.ACTION_UP: in onForwardedEvent()
128 if (actionMasked == MotionEvent.ACTION_UP) { in onForwardedEvent()
DForwardingListener.java184 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/
DHeadsUpTouchHelper.java118 case MotionEvent.ACTION_UP: in onInterceptTouchEvent()
152 case MotionEvent.ACTION_UP:
DNavigationBarGestureHelper.java129 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/
DForwardingListener.java197 case MotionEvent.ACTION_UP: in onTouchObserved()
271 final boolean keepForwarding = action != MotionEvent.ACTION_UP in onTouchForwarded()
DDropDownListView.java182 case MotionEvent.ACTION_UP: in onForwardedEvent()
204 if (actionMasked == MotionEvent.ACTION_UP) { in onForwardedEvent()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java191 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/
DTaskTapPointerEventListener.java130 case MotionEvent.ACTION_UP: in onPointerEvent()
150 && action != MotionEvent.ACTION_UP in doGestureDetection()
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
DLeanbackSettingsRootView.java51 if (event.getAction() == KeyEvent.ACTION_UP && event.getKeyCode() == KeyEvent.KEYCODE_BACK in dispatchKeyEvent()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidedActionAdapter.java431 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/
DGestureRecorder.java55 case MotionEvent.ACTION_UP: in actionName()
109 case MotionEvent.ACTION_UP: in add()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DEmergencyCarrierArea.java53 case MotionEvent.ACTION_UP: in onFinishInflate()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java196 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/
DVerticalSeekBar.java68 case MotionEvent.ACTION_UP: in onTouchEvent()
/frameworks/support/v4/java/android/support/v4/media/
DTransportPerformer.java199 onMediaButtonUp(keyCode, new KeyEvent(now, now, KeyEvent.ACTION_UP, keyCode, 0)); in onAudioFocusChange()
/frameworks/base/core/java/android/text/method/
DLinkMovementMethod.java198 if (action == MotionEvent.ACTION_UP || in onTouchEvent()
216 if (action == MotionEvent.ACTION_UP) { in onTouchEvent()

12345678