HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothDeviceLayerDrawable (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/
BluetoothDeviceLayerDrawableTest.java 49 BluetoothDeviceLayerDrawable drawable = BluetoothDeviceLayerDrawable.createLayerDrawable(
54 BluetoothDeviceLayerDrawable.BatteryMeterDrawable.class);
62 BluetoothDeviceLayerDrawable drawable = BluetoothDeviceLayerDrawable.createLayerDrawable(
67 BluetoothDeviceLayerDrawable.BatteryMeterDrawable.class);
75 BluetoothDeviceLayerDrawable.BatteryMeterDrawable batteryDrawable =
76 new BluetoothDeviceLayerDrawable.BatteryMeterDrawable(mContext,
86 BluetoothDeviceLayerDrawable drawable = BluetoothDeviceLayerDrawable.createLayerDrawable
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
UtilsTest.java 25 import com.android.settingslib.graph.BluetoothDeviceLayerDrawable;
39 assertThat(drawable).isNotInstanceOf(BluetoothDeviceLayerDrawable.class);
47 assertThat(drawable).isInstanceOf(BluetoothDeviceLayerDrawable.class);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
BluetoothDeviceLayerDrawable.java 41 public class BluetoothDeviceLayerDrawable extends LayerDrawable {
45 private BluetoothDeviceLayerDrawable(@NonNull Drawable[] layers) {
57 public static BluetoothDeviceLayerDrawable createLayerDrawable(Context context, int resId,
71 public static BluetoothDeviceLayerDrawable createLayerDrawable(Context context, int resId,
80 final BluetoothDeviceLayerDrawable drawable = new BluetoothDeviceLayerDrawable(
139 * {@link ConstantState} to restore the {@link BluetoothDeviceLayerDrawable}
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
Utils.java 12 import com.android.settingslib.graph.BluetoothDeviceLayerDrawable;
119 return BluetoothDeviceLayerDrawable.createLayerDrawable(context, resId, batteryLevel,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java 19 import static com.android.settingslib.graph.BluetoothDeviceLayerDrawable.createLayerDrawable;
40 import com.android.settingslib.graph.BluetoothDeviceLayerDrawable;
288 return BluetoothDeviceLayerDrawable.createLayerDrawable(

Completed in 183 milliseconds