Lines Matching refs:dragView
1604 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() argument
1654 if (!cluster.views.contains(v) && v != dragView) { in pushViewsToTempLocation()
1699 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() argument
1938 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() argument
1954 success = rearrangementExists(result[0], result[1], spanX, spanY, direction, dragView, in findReorderSolution()
1962 direction, dragView, false, solution); in findReorderSolution()
1965 direction, dragView, true, solution); in findReorderSolution()
1993 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() argument
2003 if (child == dragView) continue; in copySolutionToTempState()
2018 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() argument
2031 if (child == dragView) continue; in animateItemsToSolution()
2048 View dragView, int delay, int mode) { in beginOrAdjustReorderPreviewAnimations() argument
2052 if (child == dragView) continue; in beginOrAdjustReorderPreviewAnimations()
2235 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() argument
2266 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() argument
2276 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop()
2305 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() argument
2315 if (child == dragView) continue; in getViewsIntersectingRegion()
2328 View dragView, int[] result) { in isNearestDropLocationOccupied() argument
2330 getViewsIntersectingRegion(result[0], result[1], spanX, spanY, dragView, null, in isNearestDropLocationOccupied()
2354 View dragView, int[] direction, boolean commit) { in createAreaForResize() argument
2360 spanX, spanY, direction, dragView, true, new ItemConfiguration()); in createAreaForResize()
2367 copySolutionToTempState(swapSolution, dragView); in createAreaForResize()
2369 animateItemsToSolution(swapSolution, dragView, commit); in createAreaForResize()
2376 beginOrAdjustReorderPreviewAnimations(swapSolution, dragView, in createAreaForResize()
2385 View dragView, int[] result, int resultSpan[], int mode) { in performReorder() argument
2406 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in performReorder()
2413 spanX, spanY, mDirectionVector, dragView, true, new ItemConfiguration()); in performReorder()
2417 minSpanY, spanX, spanY, dragView, new ItemConfiguration()); in performReorder()
2431 beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, 0, in performReorder()
2459 copySolutionToTempState(finalSolution, dragView); in performReorder()
2462 animateItemsToSolution(finalSolution, dragView, mode == MODE_ON_DROP); in performReorder()
2470 beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, in performReorder()