Lines Matching refs:dragView
1160 View view = dragObject.dragView.getContentView(); in applyColorExtractionOnWidget()
1630 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() argument
1680 if (!cluster.views.contains(v) && v != dragView) { in pushViewsToTempLocation()
1725 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() argument
1946 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() argument
1962 success = rearrangementExists(result[0], result[1], spanX, spanY, direction, dragView, in findReorderSolution()
1970 direction, dragView, false, solution); in findReorderSolution()
1973 direction, dragView, true, solution); in findReorderSolution()
2001 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() argument
2007 if (child == dragView) continue; in copySolutionToTempState()
2021 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() argument
2030 if (child == dragView) continue; in animateItemsToSolution()
2046 View dragView, int mode) { in beginOrAdjustReorderPreviewAnimations() argument
2050 if (child == dragView) continue; in beginOrAdjustReorderPreviewAnimations()
2233 private void commitTempPlacement(View dragView) { in commitTempPlacement() argument
2251 if (info != null && child != dragView) { in commitTempPlacement()
2278 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() argument
2305 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() argument
2317 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop()
2346 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() argument
2356 if (child == dragView) continue; in getViewsIntersectingRegion()
2369 View dragView, int[] result) { in isNearestDropLocationOccupied() argument
2371 getViewsIntersectingRegion(result[0], result[1], spanX, spanY, dragView, null, in isNearestDropLocationOccupied()
2395 View dragView, int[] direction, boolean commit) { in createAreaForResize() argument
2401 spanX, spanY, direction, dragView, true, new ItemConfiguration()); in createAreaForResize()
2408 copySolutionToTempState(swapSolution, dragView); in createAreaForResize()
2410 animateItemsToSolution(swapSolution, dragView, commit); in createAreaForResize()
2417 beginOrAdjustReorderPreviewAnimations(swapSolution, dragView, in createAreaForResize()
2426 View dragView, int[] result, int resultSpan[], int mode) { in performReorder() argument
2447 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in performReorder()
2454 spanX, spanY, mDirectionVector, dragView, true, new ItemConfiguration()); in performReorder()
2458 minSpanY, spanX, spanY, dragView, new ItemConfiguration()); in performReorder()
2472 beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, in performReorder()
2500 copySolutionToTempState(finalSolution, dragView); in performReorder()
2503 animateItemsToSolution(finalSolution, dragView, mode == MODE_ON_DROP); in performReorder()
2508 commitTempPlacement(dragView); in performReorder()
2512 beginOrAdjustReorderPreviewAnimations(finalSolution, dragView, in performReorder()