Home | History | Annotate | Download | only in launcher3

Lines Matching refs:toX

523         int toX = coord[0];
533 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
540 toX -= (dragView.getMeasuredWidth() - Math.round(scale * child.getMeasuredWidth())) / 2;
543 toX -= (Math.round(scale * (dragView.getMeasuredWidth()
558 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
563 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY,
568 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight());