Searched refs:BatteryMeterDrawable (Results 1 – 2 of 2) sorted by relevance
54 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()
71 final BatteryMeterDrawable batteryDrawable = new BatteryMeterDrawable(context, in createLayerDrawable()104 static class BatteryMeterDrawable extends BatteryMeterDrawableBase { class in BluetoothDeviceLayerDrawable109 public BatteryMeterDrawable(Context context, int frameColor, int batteryLevel) { in BatteryMeterDrawable() method in BluetoothDeviceLayerDrawable.BatteryMeterDrawable