| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | DropTarget.java | 48 public DragView dragView = null; field in DropTarget.DragObject
|
| D | CellLayout.java | 1453 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() 1548 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() 1769 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() 1824 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() 1844 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() 1869 View dragView, int delay, int mode) { in beginOrAdjustReorderPreviewAnimations() 2091 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() 2118 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() 2157 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() 2180 View dragView, int[] result) { in isNearestDropLocationOccupied() [all …]
|
| D | Workspace.java | 1740 int[] targetCell, float distance, boolean external, DragView dragView) { in createUserFolderIfNecessary()
|
| /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
| D | DragLayer.java | 249 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() 261 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() 265 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
|
| D | DragController.java | 171 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local 340 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|
| /packages/apps/Launcher3/src/com/android/launcher3/util/ |
| D | FlingAnimation.java | 173 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | DragLayer.java | 454 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition() 458 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() 470 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() 475 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
|
| D | DropTarget.java | 49 public DragView dragView = null; field in DropTarget.DragObject
|
| D | DragController.java | 246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local 380 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|
| D | CellLayout.java | 1824 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() 1919 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() 2156 int spanY, int[] direction, View dragView, boolean decX, ItemConfiguration solution) { in simpleSwap() 2210 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() 2235 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() 2263 private void beginOrAdjustHintAnimations(ItemConfiguration solution, View dragView, int delay) { in beginOrAdjustHintAnimations() 2436 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() 2467 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() 2506 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() 2529 View dragView, int[] result) { in isNearestDropLocationOccupied() [all …]
|
| D | Folder.java | 643 DragView dragView, float[] recycle) { in getDragViewVisualCenter()
|
| /packages/apps/Music/src/com/android/music/ |
| D | TouchInterceptor.java | 399 private void dragView(int x, int y) { in dragView() method
|