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

  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 141 state.mConstantSize = a.getBoolean(
142 R.styleable.StateListDrawable_constantSize, state.mConstantSize);
DrawableContainer.java 699 boolean mConstantSize = false;
750 mConstantSize = orig.mConstantSize;
    [all...]
AnimatedStateListDrawable.java 419 R.styleable.AnimatedStateListDrawable_constantSize, state.mConstantSize));

Completed in 224 milliseconds