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 62 private DragView mDropView = null;
704 int xPos = x - mDropView.getScrollX() + anchorAdjust;
705 int yPos = y - mDropView.getScrollY();
707 mDropView.setTranslationX(xPos);
708 mDropView.setTranslationY(yPos);
709 mDropView.setScaleX(scaleX);
710 mDropView.setScaleY(scaleY);
711 mDropView.setAlpha(alpha);
726 mDropView = view;
727 mDropView.cancelAnimation()
    [all...]

Completed in 2322 milliseconds