Home
last modified time | relevance | path

Searched refs:CLASSIFICATION_DEEP_PRESS (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java1453 public static final int CLASSIFICATION_DEEP_PRESS = 2; field in MotionEvent
1458 CLASSIFICATION_NONE, CLASSIFICATION_AMBIGUOUS_GESTURE, CLASSIFICATION_DEEP_PRESS})
3767 case CLASSIFICATION_DEEP_PRESS: in classificationToString()
H A DGestureDetector.java723 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()
H A DView.java16152 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java452 if (ATLEAST_Q && mLastTouchClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS) { in handleMoveEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java601 if (event.getClassification() != MotionEvent.CLASSIFICATION_DEEP_PRESS in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java350 } else if (ev.getClassification() == MotionEvent.CLASSIFICATION_DEEP_PRESS in onInterceptTouchEvent()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt48154 field public static final int CLASSIFICATION_DEEP_PRESS = 2; // 0x2