Searched defs:dragView (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DropTarget.java | 56 public DragView dragView = null; field in DropTarget.DragObject
|
D | CellLayout.java | 1468 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() 1563 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() 1784 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() 1839 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() 1859 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() 1884 View dragView, int mode) { in beginOrAdjustReorderPreviewAnimations() 2116 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() 2143 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() 2184 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() 2207 View dragView, int[] result) { in isNearestDropLocationOccupied() [all …]
|
/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 | 233 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 | DragController.java | 174 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local 347 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|