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 146 state.mConstantSize = a.getBoolean(
147 R.styleable.StateListDrawable_constantSize, state.mConstantSize);
DrawableContainer.java 640 boolean mConstantSize = false;
687 mConstantSize = orig.mConstantSize;
941 mConstantSize = constant;
945 return mConstantSize;
    [all...]
AnimatedStateListDrawable.java 418 R.styleable.AnimatedStateListDrawable_constantSize, state.mConstantSize));

Completed in 47 milliseconds