Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGestureDetector.java656 final int motionClassification = ev.getClassification(); in onTouchEvent() local
673 motionClassification == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE; in onTouchEvent()
723 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()
DView.java16057 final int motionClassification = event.getClassification(); in onTouchEvent() local
16059 motionClassification == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE; in onTouchEvent()
16093 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()