Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java428 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition()
432 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
444 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition()
449 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
DDragController.java244 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
377 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
DDropTarget.java49 public DragView dragView = null; field in DropTarget.DragObject
DCellLayout.java1813 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation()
1908 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation()
2145 int spanY, int[] direction, View dragView, boolean decX, ItemConfiguration solution) { in simpleSwap()
2199 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState()
2224 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution()
2252 private void beginOrAdjustHintAnimations(ItemConfiguration solution, View dragView, int delay) { in beginOrAdjustHintAnimations()
2425 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle()
2456 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop()
2495 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion()
2518 View dragView, int[] result) { in isNearestDropLocationOccupied()
[all …]
DFolder.java648 DragView dragView, float[] recycle) { in getDragViewVisualCenter()
/packages/apps/Music/src/com/android/music/
DTouchInterceptor.java400 private void dragView(int x, int y) { in dragView() method