Home | History | Annotate | Download | only in launcher3

Lines Matching refs:toY

534         int toY = coord[1];
545 toY += Math.round(toScale * tv.getPaddingTop());
546 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
550 toY += Math.round(scale * (child.getPaddingTop() - dragView.getDragRegionTop()));
551 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
552 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
556 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
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());