Home
last modified time | relevance | path

Searched refs:childScale (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java485 float childScale = child.getScaleX(); in animateViewIntoPosition() local
486 coord[0] = lp.x + (int) (child.getMeasuredWidth() * (1 - childScale) / 2); in animateViewIntoPosition()
487 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2); in animateViewIntoPosition()
494 scale *= childScale; in animateViewIntoPosition()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java581 float childScale = child.getScaleX(); in animateViewIntoPosition() local
582 coord[0] = lp.x + (int) (child.getMeasuredWidth() * (1 - childScale) / 2); in animateViewIntoPosition()
583 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2); in animateViewIntoPosition()
590 scale *= childScale; in animateViewIntoPosition()