Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mDropView

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();
673 mDropView.resetLayoutParams();
711 if (mDropView != null) {
712 mDragController.onDeferredEndDrag(mDropView);
714 mDropView = null;
719 return mDropView;
732 mDropView.setAlpha(alpha);
737 if (mDropView != null) {
738 mDragController.onDeferredEndDrag(mDropView);
740 mDropView = null;