Searched refs:mIconScale (Results 1 – 2 of 2) sorted by relevance
94 private float mIconScale; field in PreloadIconDrawable180 canvas.scale(mIconScale, mIconScale, bounds.exactCenterX(), bounds.exactCenterY()); in drawInternal()265 mIconScale = SMALL_SCALE; in setInternalProgress()273 mIconScale = SMALL_SCALE; in setInternalProgress()283 mIconScale = 1; in setInternalProgress()287 mIconScale = SMALL_SCALE + (1 - SMALL_SCALE) * fraction; in setInternalProgress()
515 FloatProp mIconScale = new FloatProp(initialStartScale, scale, 0, APP_LAUNCH_DURATION, in getOpeningWindowAnimators()527 float iconWidth = bounds.width() * mIconScale.value; in getOpeningWindowAnimators()528 float iconHeight = bounds.height() * mIconScale.value; in getOpeningWindowAnimators()557 Utilities.scaleRectFAboutCenter(temp, mIconScale.value); in getOpeningWindowAnimators()