Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java1458 public static final int CLASSIFICATION_DEEP_PRESS = 2; field in MotionEvent
1463 CLASSIFICATION_NONE, CLASSIFICATION_AMBIGUOUS_GESTURE, CLASSIFICATION_DEEP_PRESS})
3856 case CLASSIFICATION_DEEP_PRESS: in classificationToString()
DGestureDetector.java727 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()
DView.java16610 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconViewController.java657 if (event.getClassification() != MotionEvent.CLASSIFICATION_DEEP_PRESS in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java363 } else if (ev.getClassification() == MotionEvent.CLASSIFICATION_DEEP_PRESS in onInterceptTouchEvent()
/frameworks/base/core/api/
Dcurrent.txt49035 field public static final int CLASSIFICATION_DEEP_PRESS = 2; // 0x2