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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java35 * a LevelListDrawable would be a battery level indicator icon, with different images to indicate the current
60 public class LevelListDrawable extends DrawableContainer { class in inherits:DrawableContainer
64 public LevelListDrawable() { method in class:LevelListDrawable
179 LevelListState(LevelListState orig, LevelListDrawable owner, Resources res) {
217 return new LevelListDrawable(this, null);
222 return new LevelListDrawable(this, res);
246 private LevelListDrawable(LevelListState state, Resources res) { method in class:LevelListDrawable

Completed in 86 milliseconds