Searched defs:dragView (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | DragLayer.java | 224 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() 231 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() 235 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
|
H A D | LauncherDragController.java | 103 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
|
H A D | DragController.java | 342 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 1630 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() 1725 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() 1946 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() 2046 View dragView, int mode) { in beginOrAdjustReorderPreviewAnimations() 2233 private void commitTempPlacement(View dragView) { in commitTempPlacement() 2278 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() 2305 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() 2346 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() 2369 View dragView, int[] result) { in isNearestDropLocationOccupied() 2395 View dragView, int[] direction, boolean commit) { in createAreaForResize() [all …]
|
H A D | DropTarget.java | 56 public DragView dragView = null; field in DropTarget.DragObject
|
H A D | ButtonDropTarget.java | 217 final DragView dragView = d.dragView; in onDrop() local
|
H A D | Workspace.java | 2833 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale) { in getFinalPositionForDropAnimation() 2881 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView, in animateWidgetDrop()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | FlingAnimation.java | 175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarDragController.java | 190 final DragView dragView = mDragObject.dragView = new TaskbarDragView( in startDrag() local
|