Home
last modified time | relevance | path

Searched defs:recatch (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DBaseSwipeDetector.java251 private void reportDragStart(boolean recatch) { in reportDragStart()
258 protected abstract void reportDragStartInternal(boolean recatch); in reportDragStartInternal()
H A DBothAxesSwipeDetector.java69 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal()
H A DSingleAxisSwipeDetector.java173 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DSwipeDetector.java273 private boolean reportDragStart(boolean recatch) { in reportDragStart()