Searched refs:DragView (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java49 public DragView dragView = null;
63 /** Defers removing the DragView from the DragLayer until after the drop animation. */
124 * @param dragView The DragView that's being dragged around on screen.
155 * @param dragView The DragView that's being dragged around on screen.
173 * @param dragView The DragView that's being dragged around on screen.
H A DDragView.java35 public class DragView extends View { class in inherits:View
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, method in class:DragView
291 mDragLayer.removeView(DragView.this);
H A DDeleteDropTarget.java295 final DragView dragView = (DragView) dragLayer.getAnimatedView();
343 final DragView dragView = (DragView) mDragLayer.getAnimatedView();
H A DDragLayer.java66 private DragView mDropView = null;
454 public void animateViewIntoPosition(DragView dragView, final View child) {
458 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha,
470 public void animateViewIntoPosition(DragView dragView, final View child,
475 public void animateViewIntoPosition(DragView dragView, final View child, int duration,
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,
565 public void animateView(final DragView view, final Rect from, final Rect to,
634 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration,
H A DDragController.java96 /** The window token used as the parent for the DragView. */
246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
380 void onDeferredEndDrag(DragView dragView) {
788 DragView getDragView() {
H A DFolderIcon.java322 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect,
358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
364 // Typically, the animateView corresponds to the DragView; however, if this is being done
H A 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,
H A DFolder.java643 DragView dragView, float[] recycle) {
H A DLauncher.java728 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java49 public DragView dragView = null;
63 /** Defers removing the DragView from the DragLayer until after the drop animation. */
124 * @param dragView The DragView that's being dragged around on screen.
154 * @param dragView The DragView that's being dragged around on screen.
H A DDragView.java32 public class DragView extends View { class in inherits:View
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, method in class:DragView
300 mDragLayer.removeView(DragView.this);
H A DDragLayer.java62 private DragView mDropView = null;
527 public void animateViewIntoPosition(DragView dragView, final View child) {
531 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha,
543 public void animateViewIntoPosition(DragView dragView, final View child,
548 public void animateViewIntoPosition(DragView dragView, final View child, int duration,
615 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,
647 public void animateView(final DragView view, final Rect from, final Rect to,
718 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration,
832 if (getChildAt(i) instanceof DragView) {
H A DDragController.java88 /** The window token used as the parent for the DragView. */
200 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY,
234 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
371 void onDeferredEndDrag(DragView dragView) {
776 DragView getDragView() {
H A DDeleteDropTarget.java409 final DragView dragView = (DragView) dragLayer.getAnimatedView();
457 final DragView dragView = (DragView) mDragLayer.getAnimatedView();
H A DFolderIcon.java380 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect,
417 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
423 // Typically, the animateView corresponds to the DragView; however, if this is being done
H A DWorkspace.java2711 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
2761 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
2926 int[] targetCell, float distance, boolean external, DragView dragView,
3460 DragView dragView, float originX, float originY, boolean exact) {
3514 DragView dragView, float[] recycle) {
3743 DragView dragView;
3747 int spanY, DragView dragView, View child) {
4016 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell,
4051 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView,
H A DFolder.java738 final DragView dragView = d.dragView;
778 DragView dragView, float[] recycle) {
H A DLauncher.java947 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,

Completed in 183 milliseconds