Searched refs:recatch (Results 1 – 3 of 3) sorted by relevance
244 private void reportDragStart(boolean recatch) { in reportDragStart() argument245 reportDragStartInternal(recatch); in reportDragStart()247 Log.d(TAG, "onDragStart recatch:" + recatch); in reportDragStart()251 protected abstract void reportDragStartInternal(boolean recatch); in reportDragStartInternal() argument
76 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal() argument77 mListener.onDragStart(!recatch); in reportDragStartInternal()
171 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal() argument173 mListener.onDragStart(!recatch, startDisplacement); in reportDragStartInternal()