/packages/apps/Launcher3/src/com/android/launcher3/ |
D | MultipageCellLayout.java | 60 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()
|
D | CellLayout.java | 1357 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 …]
|
D | DropTarget.java | 55 public DragView dragView = null; field in DropTarget.DragObject
|
D | ButtonDropTarget.java | 245 final DragView dragView = d.dragView; in onDrop() local
|
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderParameters.kt | 28 val dragView: View?, constant in com.android.launcher3.celllayout.ReorderParameters
|
D | ReorderAlgorithm.java | 84 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/ |
D | DragLayer.java | 233 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()
|
D | LauncherDragController.java | 103 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
|
D | DragController.java | 351 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragController.java | 171 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/ |
D | SecondaryDragController.java | 86 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | WidgetPickerActivity.java | 197 View dragView = widgetCell.getDragAndDropView(); in getAllAppsItemLongClickListener() local
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local
|