Searched defs:LevelListDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java33 * a LevelListDrawable would be a battery level indicator icon, with different images to indicate the current
58 public class LevelListDrawable extends DrawableContainer { class in inherits:DrawableContainer
62 public LevelListDrawable() { method in class:LevelListDrawable
160 LevelListState(LevelListState orig, LevelListDrawable owner, Resources res) {
192 return new LevelListDrawable(this, null);
197 return new LevelListDrawable(this, res);
212 private LevelListDrawable(LevelListState state, Resources res) { method in class:LevelListDrawable

Completed in 57 milliseconds