Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java129 private float mIconScale = 1.0f; field in StatusBarIconView
204 mIconScale = (float)imageBounds / (float)outerBounds; in updateIconScaleForNotifications()
213 mIconScale = mSystemIconDesiredHeight / iconHeight; in updateIconScaleForSystemIcons()
215 mIconScale = mSystemIconDefaultScale; in updateIconScaleForSystemIcons()
233 return mIconScale; in getIconScale()
452 canvas.scale(mIconScale * mIconAppearAmount, mIconScale * mIconAppearAmount, in onDraw()
911 setPivotX((1 - mIconScale) / 2.0f * getWidth()); in updatePivot()
912 setPivotY((getHeight() - mIconScale * getWidth()) / 2.0f); in updatePivot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java281 private float mIconScale; field in BluetoothTile.BluetoothBatteryTileIcon
285 mIconScale = iconScale; in BluetoothBatteryTileIcon()
295 mIconScale); in getDrawable()