| /packages/apps/Launcher3/src/com/android/launcher3/util/ |
| D | FlingAnimation.java | 98 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | DropTarget.java | 49 public DragView dragView = null; field in DropTarget.DragObject
|
| D | CellLayout.java | 1656 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() 1751 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation() 1990 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution() 2045 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() 2070 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() 2100 View dragView, int delay, int mode) { in beginOrAdjustReorderPreviewAnimations() 2294 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle() 2325 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop() 2364 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() 2387 View dragView, int[] result) { in isNearestDropLocationOccupied() [all …]
|
| D | DragController.java | 242 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local 394 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
|
| D | DragLayer.java | 554 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() 566 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() 571 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
|
| D | Workspace.java | 2643 int[] targetCell, float distance, boolean external, DragView dragView, in createUserFolderIfNecessary()
|
| D | Launcher.java | 4735 public void startDrag(View dragView, ItemInfo dragInfo, DragSource source) { in startDrag()
|
| /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 | 400 private void dragView(int x, int y) { in dragView() method
|