HomeSort by relevance Sort by last modified time
    Searched refs:mDropView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 66 private DragView mDropView = null;
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.cancelAnimation()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 60 private DragView mDropView = null;
648 int xPos = x - mDropView.getScrollX() + (mAnchorView != null
650 int yPos = y - mDropView.getScrollY();
652 mDropView.setTranslationX(xPos);
653 mDropView.setTranslationY(yPos);
654 mDropView.setScaleX(scaleX);
655 mDropView.setScaleY(scaleY);
656 mDropView.setAlpha(alpha);
671 mDropView = view;
672 mDropView.cancelAnimation()
    [all...]

Completed in 951 milliseconds