Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java326 public float getChildrenScale() { in getChildrenScale() method in CellLayout
453 scaleRectAboutCenter(r, temp, getChildrenScale()); in onDraw()
631 child.setScaleX(getChildrenScale()); in addViewToCellLayout()
632 child.setScaleY(getChildrenScale()); in addViewToCellLayout()
2319 finalScale = getChildrenScale() - 4.0f / child.getWidth(); in ReorderHintAnimation()
2361 initScale = getChildrenScale(); in animate()
2382 LauncherAnimUtils.ofFloat(child, "scaleX", getChildrenScale()), in completeAnimationImmediately()
2383 LauncherAnimUtils.ofFloat(child, "scaleY", getChildrenScale()), in completeAnimationImmediately()