Searched refs:recatch (Results 1 – 3 of 3) sorted by relevance
228 private void reportDragStart(boolean recatch) { in reportDragStart() argument229 reportDragStartInternal(recatch); in reportDragStart()231 Log.d(TAG, "onDragStart recatch:" + recatch); in reportDragStart()235 protected abstract void reportDragStartInternal(boolean recatch); in reportDragStartInternal() argument
76 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal() argument77 mListener.onDragStart(!recatch); in reportDragStartInternal()
147 protected void reportDragStartInternal(boolean recatch) { in reportDragStartInternal() argument148 mListener.onDragStart(!recatch); in reportDragStartInternal()