Home
last modified time | relevance | path

Searched defs:dragView (Results 1 – 14 of 14) 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.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()
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 …]
DDropTarget.java56 public DragView dragView = null; field in DropTarget.DragObject
DButtonDropTarget.java254 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.java85 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/
DDragLayer.java238 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()
DLauncherDragController.java135 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
DDragController.java355 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
/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/taskbar/
DTaskbarDragController.java183 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/
DFlingAnimation.java175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWidgetPickerActivity.java277 View dragView = widgetCell.getDragAndDropView(); in getAllAppsItemLongClickListener() local
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/folder/
DFolderTest.kt644 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