Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java680 boolean mConstantSize = false; field in DrawableContainer.DrawableContainerState
728 mConstantSize = orig.mConstantSize; in DrawableContainerState()
1046 mConstantSize = constant; in setConstantSize()
1050 return mConstantSize; in isConstantSize()
DStateListDrawable.java135 state.mConstantSize = a.getBoolean( in updateStateFromTypedArray()
136 R.styleable.StateListDrawable_constantSize, state.mConstantSize); in updateStateFromTypedArray()
DAnimatedStateListDrawable.java419 R.styleable.AnimatedStateListDrawable_constantSize, state.mConstantSize)); in updateStateFromTypedArray()