Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreloadIconDrawable.java105 private float mIconScale; field in PreloadIconDrawable
209 canvas.scale(mIconScale, mIconScale, bounds.exactCenterX(), bounds.exactCenterY()); in drawInternal()
302 mIconScale = SMALL_SCALE; in setInternalProgress()
309 mIconScale = SMALL_SCALE; in setInternalProgress()
318 mIconScale = 1; in setInternalProgress()
322 mIconScale = SMALL_SCALE + (1 - SMALL_SCALE) * fraction; in setInternalProgress()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java140 private float mIconScale = 1.0f; field in StatusBarIconView
225 mIconScale = imageBounds / (float)outerBounds; in updateIconScaleForNotifications()
234 mIconScale = mSystemIconDesiredHeight / iconHeight; in updateIconScaleForSystemIcons()
236 mIconScale = mSystemIconDefaultScale; in updateIconScaleForSystemIcons()
254 return mIconScale; in getIconScale()
487 canvas.scale(mIconScale * mIconAppearAmount, mIconScale * mIconAppearAmount, in onDraw()
951 setPivotX((1 + mIconScale) / 2.0f * getWidth()); in updatePivot()
953 setPivotX((1 - mIconScale) / 2.0f * getWidth()); in updatePivot()
955 setPivotY((getHeight() - mIconScale * getWidth()) / 2.0f); in updatePivot()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java291 private float mIconScale; field in BluetoothTile.BluetoothBatteryTileIcon
295 mIconScale = iconScale; in BluetoothBatteryTileIcon()
305 mIconScale); in getDrawable()