Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/
H A DBluetoothDeviceLayerDrawableTest.java54 BluetoothDeviceLayerDrawable.BatteryMeterDrawable.class); in testCreateLayerDrawable_configCorrect()
67 BluetoothDeviceLayerDrawable.BatteryMeterDrawable.class); in testCreateLayerDrawable_withIconScale_configCorrect()
75 BluetoothDeviceLayerDrawable.BatteryMeterDrawable batteryDrawable = in testBatteryMeterDrawable_configCorrect()
76 new BluetoothDeviceLayerDrawable.BatteryMeterDrawable(mContext, in testBatteryMeterDrawable_configCorrect()
101 BluetoothDeviceLayerDrawable.BatteryMeterDrawable batteryMeterDrawable = in testCreateLayerDrawable_bluetoothDrawable_hasCorrectFrameColor()
102 (BluetoothDeviceLayerDrawable.BatteryMeterDrawable) drawable.getDrawable(1); in testCreateLayerDrawable_bluetoothDrawable_hasCorrectFrameColor()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBluetoothDeviceLayerDrawable.java70 final BatteryMeterDrawable batteryDrawable = new BatteryMeterDrawable(context, in createLayerDrawable()
103 static class BatteryMeterDrawable extends BatteryMeterDrawableBase { class in BluetoothDeviceLayerDrawable
108 public BatteryMeterDrawable(Context context, int frameColor, int batteryLevel) { in BatteryMeterDrawable() method in BluetoothDeviceLayerDrawable.BatteryMeterDrawable