Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java228 private void reportDragStart(boolean recatch) { in reportDragStart() argument
229 reportDragStartInternal(recatch); in reportDragStart()
231 Log.d(TAG, "onDragStart recatch:" + recatch); in reportDragStart()
235 protected abstract void reportDragStartInternal(boolean recatch); in reportDragStartInternal() argument
DBothAxesSwipeDetector.java76 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal() argument
77 mListener.onDragStart(!recatch); in reportDragStartInternal()
DSingleAxisSwipeDetector.java147 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal() argument
148 mListener.onDragStart(!recatch); in reportDragStartInternal()