Searched refs:mIconScale (Results 1 – 2 of 2) sorted by relevance
140 private float mIconScale = 1.0f; field in StatusBarIconView225 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()
291 private float mIconScale; field in BluetoothTile.BluetoothBatteryTileIcon295 mIconScale = iconScale; in BluetoothBatteryTileIcon()305 mIconScale); in getDrawable()