Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DBaseSwipeDetector.java224 reportDragStart(false /* recatch */); in setState()
226 reportDragStart(true /* recatch */); in setState()
251 private void reportDragStart(boolean recatch) { in reportDragStart() method in BaseSwipeDetector
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DSwipeDetector.java123 reportDragStart(false /* recatch */); in setState()
125 reportDragStart(true /* recatch */); in setState()
273 private boolean reportDragStart(boolean recatch) { in reportDragStart() method in SwipeDetector