Home
last modified time | relevance | path

Searched defs:dragView (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java60 int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution()
111 int spanY, View dragView) { in dropInPlaceSolution()
176 int minSpanY, int spanX, int spanY, View dragView) { in calculateReorder()
DMulticellReorderAlgorithm.java61 int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution()
71 View dragView) { in dropInPlaceSolution()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java58 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop()
69 View dragView, int[] result) { in isNearestDropLocationOccupied()
93 boolean createAreaForResize(int cellX, int cellY, int spanX, int spanY, View dragView, in createAreaForResize()
107 View dragView, int[] result, int[] resultSpan, int mode) { in performReorder()
DCellLayout.java1390 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState()
1410 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution()
1435 View dragView, int mode) { in beginOrAdjustReorderPreviewAnimations()
1622 private void commitTempPlacement(View dragView) { in commitTempPlacement()
1667 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion()
1692 View dragView, int[] result) { in isNearestDropLocationOccupied()
1719 View dragView, int[] direction, boolean commit) { in createAreaForResize()
1836 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation()
2238 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop()
2279 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation()
[all …]
DDropTarget.java55 public DragView dragView = null; field in DropTarget.DragObject
DButtonDropTarget.java245 final DragView dragView = d.dragView; in onDrop() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java170 DragView dragView = startInternalDrag(btv, dragPreviewProvider); in startDragOnLongClick() local
280 final DragView dragView = mDragObject.dragView = new TaskbarDragView( in startDrag() local
534 DragView dragView = mDragObject.dragView; in endDrag() local
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java231 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
238 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
242 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
DLauncherDragController.java97 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
DDragController.java337 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragController.java84 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local