Searched refs:BatteryMeterDrawableBase (Results 1 – 5 of 5) sorted by relevance
36 import com.android.settingslib.graph.BatteryMeterDrawableBase;47 private BatteryMeterDrawableBase mBatteryMeter;52 mBatteryMeter = new BatteryMeterDrawableBase(mContext, 0); in setUp()
46 private BatteryMeterDrawableBase mBatteryMeterDrawableBase;53 mBatteryMeterDrawableBase = spy(new BatteryMeterDrawableBase(mContext, 0 /* frameColor */)); in setUp()
32 private BatteryMeterDrawableBase mBatteryDrawable;38 mBatteryDrawable = new BatteryMeterDrawableBase(mContext, 0); in setUp()
104 static class BatteryMeterDrawable extends BatteryMeterDrawableBase {
42 public class BatteryMeterDrawableBase extends Drawable { class45 public static final String TAG = BatteryMeterDrawableBase.class.getSimpleName();100 public BatteryMeterDrawableBase(Context context, int frameColor) { in BatteryMeterDrawableBase() method in BatteryMeterDrawableBase