Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java60 View dragView, int[] result) { in isNearestDropLocationOccupied()
84 boolean createAreaForResize(int cellX, int cellY, int spanX, int spanY, View dragView, in createAreaForResize()
98 View dragView, int[] result, int[] resultSpan, int mode) { in performReorder()
DCellLayout.java1357 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState()
1377 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution()
1402 View dragView, int mode) { in beginOrAdjustReorderPreviewAnimations()
1428 private void commitTempPlacement(View dragView) { in commitTempPlacement()
1477 public Rect getIntersectingRectanglesInRegion(final Rect region, final View dragView) { in getIntersectingRectanglesInRegion()
1498 View dragView, int[] result) { in isNearestDropLocationOccupied()
1526 View dragView, int[] direction, boolean commit) { in createAreaForResize()
1561 int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX) { in findReorderSolution()
1596 int spanX, int spanY, View dragView) { in calculateReorder()
1606 View dragView, int[] result, int[] resultSpan, int mode) { in performReorder()
[all …]
DDropTarget.java55 public DragView dragView = null; field in DropTarget.DragObject
DButtonDropTarget.java245 final DragView dragView = d.dragView; in onDrop() local
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderParameters.kt28 val dragView: View?, constant in com.android.launcher3.celllayout.ReorderParameters
DReorderAlgorithm.java84 int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolutionRecursive()
210 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation()
352 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java233 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
240 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
244 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
DLauncherDragController.java103 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
DDragController.java351 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java171 DragView dragView = startInternalDrag(btv, dragPreviewProvider); in startDragOnLongClick() local
283 final DragView dragView = mDragObject.dragView = new TaskbarDragView( in startDrag() local
545 DragView dragView = mDragObject.dragView; in endDrag() local
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragController.java86 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWidgetPickerActivity.java197 View dragView = widgetCell.getDragAndDropView(); in getAllAppsItemLongClickListener() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local