Home | History | Annotate | Download | only in launcher3

Lines Matching refs:toX

533         int toX = coord[0];
547 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
554 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
557 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
572 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
577 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY,
582 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight());