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

  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 61 private LevelListState mLevelListState;
163 LevelListState cloneConstantState() {
164 return new LevelListState(mLevelListState, this, null);
175 private final static class LevelListState extends DrawableContainerState {
179 LevelListState(LevelListState orig, LevelListDrawable owner, Resources res) {
241 if (state instanceof LevelListState) {
242 mLevelListState = (LevelListState) state;
246 private LevelListDrawable(LevelListState state, Resources res) {
247 final LevelListState as = new LevelListState(state, this, res)
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 580 milliseconds