Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLauncherDragController.java98 final DragView dragView = mDragObject.dragView = drawable != null in startDrag() local
DDragLayer.java220 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
232 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
236 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
DDragController.java334 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java56 public DragView dragView = null; field in DropTarget.DragObject
DCellLayout.java1548 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation()
1643 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation()
1864 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution()
1919 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState()
1939 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution()
1964 View dragView, int mode) { in beginOrAdjustReorderPreviewAnimations()
2196 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle()
2223 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop()
2264 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion()
2287 View dragView, int[] result) { in isNearestDropLocationOccupied()
[all …]
DButtonDropTarget.java213 final DragView dragView = d.dragView; in onDrop() local
DWorkspace.java1789 final DragView dragView = d.dragView; in onDrop() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local