Home
last modified time | relevance | path

Searched defs:dragView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1468 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 …]
DDropTarget.java56 public DragView dragView = null; field in DropTarget.DragObject
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java233 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()
DDragController.java174 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
347 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java178 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local