Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java93 private int mLastTouchClassification; field in DragController
417 mLastTouchClassification = ev.getClassification(); in onControllerInterceptTouchEvent()
452 if (ATLEAST_Q && mLastTouchClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS) { in handleMoveEvent()