Lines Matching refs:dragView
1068 Point dragOffset = dragObject.dragView.getDragVisualizeOffset(); in visualizeDropLocation()
1069 Rect dragRegion = dragObject.dragView.getDragRegion(); in visualizeDropLocation()
1656 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() argument
1706 if (!cluster.views.contains(v) && v != dragView) { in pushViewsToTempLocation()
1751 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() argument
1990 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() argument
2006 success = rearrangementExists(result[0], result[1], spanX, spanY, direction, dragView, in findReorderSolution()
2014 direction, dragView, false, solution); in findReorderSolution()
2017 direction, dragView, true, solution); in findReorderSolution()
2045 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() argument
2055 if (child == dragView) continue; in copySolutionToTempState()
2070 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() argument
2083 if (child == dragView) continue; in animateItemsToSolution()
2100 View dragView, int delay, int mode) { in beginOrAdjustReorderPreviewAnimations() argument
2104 if (child == dragView) continue; in beginOrAdjustReorderPreviewAnimations()
2294 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() argument
2325 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() argument
2335 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop()
2364 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() argument
2374 if (child == dragView) continue; in getViewsIntersectingRegion()
2387 View dragView, int[] result) { in isNearestDropLocationOccupied() argument
2389 getViewsIntersectingRegion(result[0], result[1], spanX, spanY, dragView, null, in isNearestDropLocationOccupied()
2413 View dragView, int[] direction, boolean commit) { in createAreaForResize() argument
2419 spanX, spanY, direction, dragView, true, new ItemConfiguration()); in createAreaForResize()
2426 copySolutionToTempState(swapSolution, dragView); in createAreaForResize()
2428 animateItemsToSolution(swapSolution, dragView, commit); in createAreaForResize()
2435 beginOrAdjustReorderPreviewAnimations(swapSolution, dragView, in createAreaForResize()
2444 View dragView, int[] result, int resultSpan[], int mode) { in performReorder() argument
2465 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in performReorder()
2472 spanX, spanY, mDirectionVector, dragView, true, new ItemConfiguration()); in performReorder()
2476 minSpanY, spanX, spanY, dragView, new ItemConfiguration()); in performReorder()
2490 beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, 0, in performReorder()
2518 copySolutionToTempState(finalSolution, dragView); in performReorder()
2521 animateItemsToSolution(finalSolution, dragView, mode == MODE_ON_DROP); in performReorder()
2529 beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, in performReorder()