Searched refs:mDropView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java66 private DragView mDropView = null; field in class:DragLayer
619 int xPos = x - mDropView.getScrollX() + (mAnchorView != null
621 int yPos = y - mDropView.getScrollY();
623 mDropView.setTranslationX(xPos);
624 mDropView.setTranslationY(yPos);
625 mDropView.setScaleX(scaleX);
626 mDropView.setScaleY(scaleY);
627 mDropView.setAlpha(alpha);
642 mDropView = view;
643 mDropView
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java104 @Thunk DragView mDropView = null; field in class:DragLayer
857 int xPos = x - mDropView.getScrollX() + anchorAdjust;
858 int yPos = y - mDropView.getScrollY();
860 mDropView.setTranslationX(xPos);
861 mDropView.setTranslationY(yPos);
862 mDropView.setScaleX(scaleX);
863 mDropView.setScaleY(scaleY);
864 mDropView.setAlpha(alpha);
878 mDropView = view;
879 mDropView
[all...]

Completed in 3946 milliseconds