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.java103 private int mLastTouchClassification; field in DragController
442 mLastTouchClassification = ev.getClassification(); in onControllerInterceptTouchEvent()
503 if (ATLEAST_Q && mLastTouchClassification == MotionEvent.CLASSIFICATION_DEEP_PRESS) { in handleMoveEvent()