Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGestureDetector.java694 final int motionClassification = ev.getClassification(); in onTouchEvent() local
711 motionClassification == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE; in onTouchEvent()
761 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()
DView.java18015 final int motionClassification = event.getClassification(); in onTouchEvent() local
18017 motionClassification == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE; in onTouchEvent()
18051 motionClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS; in onTouchEvent()