Searched refs:getChildrenScale (Results 1 – 1 of 1) sorted by relevance
326 public float getChildrenScale() { in getChildrenScale() method in CellLayout453 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()