Lines Matching refs:mDropView
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();
644 mDropView.resetLayoutParams();
682 if (mDropView != null) {
683 mDragController.onDeferredEndDrag(mDropView);
685 mDropView = null;
690 return mDropView;
703 mDropView.setAlpha(alpha);
708 if (mDropView != null) {
709 mDragController.onDeferredEndDrag(mDropView);
711 mDropView = null;