Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java263 float childScale = child.getScaleX(); in animateViewIntoPosition() local
265 coord[0] = lp.x + (child.getMeasuredWidth() * (1 - childScale) / 2); in animateViewIntoPosition()
266 coord[1] = lp.y + (child.getMeasuredHeight() * (1 - childScale) / 2); in animateViewIntoPosition()
274 scale *= childScale; in animateViewIntoPosition()