/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 | 1390 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() 1461 private void commitTempPlacement(View dragView) { in commitTempPlacement() 1510 public Rect getIntersectingRectanglesInRegion(final Rect region, final View dragView) { in getIntersectingRectanglesInRegion() 1531 View dragView, int[] result) { in isNearestDropLocationOccupied() 1559 View dragView, int[] direction, boolean commit) { in createAreaForResize() 1594 int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX) { in findReorderSolution() 1629 int spanX, int spanY, View dragView) { in calculateReorder() 1639 View dragView, int[] result, int[] resultSpan, int mode) { in performReorder() [all …]
|
D | DropTarget.java | 56 public DragView dragView = null; field in DropTarget.DragObject
|
D | ButtonDropTarget.java | 254 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 | 85 int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolutionRecursive() 213 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() 355 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 238 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() 245 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() 249 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
|
D | LauncherDragController.java | 135 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
|
D | DragController.java | 355 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|
/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/taskbar/ |
D | TaskbarDragController.java | 183 DragView dragView = startInternalDrag(btv, dragPreviewProvider); in startDragOnLongClick() local 298 final DragView dragView = mDragObject.dragView = new TaskbarDragView( in startDrag() local 594 DragView dragView = mDragObject.dragView; in endDrag() local
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | WidgetPickerActivity.java | 277 View dragView = widgetCell.getDragAndDropView(); in getAllAppsItemLongClickListener() local
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/folder/ |
D | FolderTest.kt | 644 val dragView = Mockito.mock(DragView::class.java) in onDragEnter should cancel exit alarm and set the scroll area offset to dragRegionWidth divided by two minus xOffset() constant
|