Home
last modified time | relevance | path

Searched refs:mConstantSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java141 state.mConstantSize = a.getBoolean( in updateStateFromTypedArray()
142 R.styleable.StateListDrawable_constantSize, state.mConstantSize); in updateStateFromTypedArray()
DDrawableContainer.java699 boolean mConstantSize = false; field in DrawableContainer.DrawableContainerState
750 mConstantSize = orig.mConstantSize; in DrawableContainerState()
1076 mConstantSize = constant; in setConstantSize()
1080 return mConstantSize; in isConstantSize()
DAnimatedStateListDrawable.java419 R.styleable.AnimatedStateListDrawable_constantSize, state.mConstantSize)); in updateStateFromTypedArray()