Home | History | Annotate | Download | only in launcher3

Lines Matching refs:toX

591         int toX = coord[0];
609 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
616 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
619 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
634 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
639 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY,
644 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight());