Searched refs:BatteryMeterDrawableBase (Results 1 – 5 of 5) sorted by relevance
35 import com.android.settingslib.graph.BatteryMeterDrawableBase;46 private BatteryMeterDrawableBase mBatteryMeter;51 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()
41 public class BatteryMeterDrawableBase extends Drawable { class44 public static final String TAG = BatteryMeterDrawableBase.class.getSimpleName();99 public BatteryMeterDrawableBase(Context context, int frameColor) { in BatteryMeterDrawableBase() method in BatteryMeterDrawableBase
103 static class BatteryMeterDrawable extends BatteryMeterDrawableBase {