Home | History | Annotate | Download | only in launcher3

Lines Matching full:childscale

563         float childScale = child.getScaleX();
564 coord[0] = lp.x + (int) (child.getMeasuredWidth() * (1 - childScale) / 2);
565 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2);
572 scale *= childScale;