Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/
DBluetoothDeviceLayerDrawableTest.java49 BluetoothDeviceLayerDrawable drawable = BluetoothDeviceLayerDrawable.createLayerDrawable( in testCreateLayerDrawable_configCorrect()
54 BluetoothDeviceLayerDrawable.BatteryMeterDrawable.class); in testCreateLayerDrawable_configCorrect()
62 BluetoothDeviceLayerDrawable drawable = BluetoothDeviceLayerDrawable.createLayerDrawable( in testCreateLayerDrawable_withIconScale_configCorrect()
67 BluetoothDeviceLayerDrawable.BatteryMeterDrawable.class); in testCreateLayerDrawable_withIconScale_configCorrect()
75 BluetoothDeviceLayerDrawable.BatteryMeterDrawable batteryDrawable = in testBatteryMeterDrawable_configCorrect()
76 new BluetoothDeviceLayerDrawable.BatteryMeterDrawable(mContext, in testBatteryMeterDrawable_configCorrect()
86 BluetoothDeviceLayerDrawable drawable = BluetoothDeviceLayerDrawable.createLayerDrawable( in testConstantState_returnTwinBluetoothLayerDrawable()
89 BluetoothDeviceLayerDrawable twinDrawable = in testConstantState_returnTwinBluetoothLayerDrawable()
90 (BluetoothDeviceLayerDrawable) drawable.getConstantState().newDrawable(); in testConstantState_returnTwinBluetoothLayerDrawable()
99 BluetoothDeviceLayerDrawable drawable = BluetoothDeviceLayerDrawable.createLayerDrawable( in testCreateLayerDrawable_bluetoothDrawable_hasCorrectFrameColor()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBluetoothDeviceLayerDrawable.java37 public class BluetoothDeviceLayerDrawable extends LayerDrawable { class
41 private BluetoothDeviceLayerDrawable(@NonNull Drawable[] layers) { in BluetoothDeviceLayerDrawable() method in BluetoothDeviceLayerDrawable
53 public static BluetoothDeviceLayerDrawable createLayerDrawable(Context context, int resId, in createLayerDrawable()
67 public static BluetoothDeviceLayerDrawable createLayerDrawable(Context context, int resId, in createLayerDrawable()
76 final BluetoothDeviceLayerDrawable drawable = new BluetoothDeviceLayerDrawable( in createLayerDrawable()