Home
last modified time | relevance | path

Searched refs:motionClassification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DGestureDetector.java638 final int motionClassification = ev.getClassification(); in onTouchEvent() local
655 motionClassification == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE; in onTouchEvent()
705 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()
DView.java15446 final int motionClassification = event.getClassification(); in onTouchEvent() local
15448 motionClassification == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE; in onTouchEvent()
15484 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()