Home
last modified time | relevance | path

Searched defs:iconScale (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBluetoothDeviceLayerDrawable.java67 int batteryLevel, float iconScale) { in createLayerDrawable()
90 public void setConstantState(Context context, int resId, int batteryLevel, float iconScale) { in setConstantState()
141 float iconScale; field in BluetoothDeviceLayerDrawable.BluetoothDeviceLayerDrawableState
144 int batteryLevel, float iconScale) { in BluetoothDeviceLayerDrawableState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java224 float iconScale; in updateIconScaleForNotifications() local
275 float iconScale; in updateIconScaleForSystemIcons() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java611 final float iconScale = (float) mIconSize / (float) mDefaultIconSize; in build() local