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.java244 private void reportDragStart(boolean recatch) { in reportDragStart() argument
245 reportDragStartInternal(recatch); in reportDragStart()
247 Log.d(TAG, "onDragStart recatch:" + recatch); in reportDragStart()
251 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.java171 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal() argument
173 mListener.onDragStart(!recatch, startDisplacement); in reportDragStartInternal()