Searched defs:dragView (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DropTarget.java | 48 public DragView dragView = null; field in DropTarget.DragObject
|
D | CellLayout.java | 1485 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() 1580 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() 1801 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() 1856 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() 1876 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() 1901 View dragView, int delay, int mode) { in beginOrAdjustReorderPreviewAnimations() 2135 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() 2162 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() 2201 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() 2224 View dragView, int[] result) { in isNearestDropLocationOccupied() [all …]
|
D | Workspace.java | 1666 int[] targetCell, float distance, boolean external, DragView dragView) { in createUserFolderIfNecessary()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 178 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 236 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() 248 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() 252 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
|
D | DragController.java | 177 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local 352 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|