Home
last modified time | relevance | path

Searched refs:DragView (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java66 private DragView mDropView = null;
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()
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
565 public void animateView(final DragView view, final Rect from, final Rect to, in animateView()
634 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView()
DDeleteDropTarget.java295 final DragView dragView = (DragView) dragLayer.getAnimatedView(); in createFlingToTrashAnimatorListener()
343 final DragView dragView = (DragView) mDragLayer.getAnimatedView();
DDragView.java35 public class DragView extends View { class
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() method in DragView
291 mDragLayer.removeView(DragView.this); in remove()
DDragController.java246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
380 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
788 DragView getDragView() {
DWorkspace.java2095 int[] targetCell, float distance, boolean external, DragView dragView,
2629 boolean overlaps(CellLayout cl, DragView dragView,
2673 DragView dragView, float originX, float originY, boolean exact) {
2722 DragView dragView, float[] recycle) {
2939 DragView dragView;
2943 int spanY, DragView dragView, View child) {
3204 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell,
3239 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView,
DFolderIcon.java322 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, in performCreateAnimation()
358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, in onDrop()
DDropTarget.java49 public DragView dragView = null;
DFolder.java643 DragView dragView, float[] recycle) { in getDragViewVisualCenter()
DLauncher.java754 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java91 @Thunk DragView mDropView = null;
562 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition()
574 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition()
579 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
646 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition()
679 public void animateView(final DragView view, final Rect from, final Rect to, in animateView()
749 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView()
825 if (getChildAt(i) instanceof DragView) { in updateChildIndices()
DDragController.java133 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY, in startDrag()
166 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
324 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag()
DDragView.java43 public class DragView extends View { class
89 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() method in DragView
383 mDragLayer.removeView(DragView.this); in remove()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java15 import com.android.launcher3.dragndrop.DragView;
171 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java22 import com.android.launcher3.dragndrop.DragView;
47 public DragView dragView = null;
DButtonDropTarget.java44 import com.android.launcher3.dragndrop.DragView;
138 mCurrentColorAnim.setDuration(DragView.COLOR_CHANGE_DURATION); in animateTextColor()
DWorkspace.java71 import com.android.launcher3.dragndrop.DragView;
2233 public DragView beginDragShared(View child, DragSource source, ItemInfo dragObject, in beginDragShared()
2285 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, in beginDragShared()
2431 int[] targetCell, float distance, boolean external, DragView dragView, in createUserFolderIfNecessary()
3432 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale) {
3479 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView,
DLauncher.java97 import com.android.launcher3.dragndrop.DragView;
915 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutsItemView.java37 import com.android.launcher3.dragndrop.DragView;
113 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), in onLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java77 import com.android.launcher3.dragndrop.DragView;
276 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, in performCreateAnimation()
309 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, in onDrop()