Home | History | Annotate | Download | only in launcher2

Lines Matching refs:DragView

623         float[] r = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset, d.dragView, null);
639 // This is used to compute the visual center of the dragView. The idea is that
643 DragView dragView, float[] recycle) {
653 // top, as the dragRect is in that case taken to be the entire dragView.
659 res[0] = left + dragView.getDragRegion().width() / 2;
660 res[1] = top + dragView.getDragRegion().height() / 2;
1016 if (d.dragView.hasDrawn()) {
1017 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView);