Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java701 boolean mConstantSize = false; field in DrawableContainer.DrawableContainerState
754 mConstantSize = orig.mConstantSize; in DrawableContainerState()
1080 mConstantSize = constant; in setConstantSize()
1084 return mConstantSize; in isConstantSize()
DStateListDrawable.java146 state.mConstantSize = a.getBoolean( in updateStateFromTypedArray()
147 R.styleable.StateListDrawable_constantSize, state.mConstantSize); in updateStateFromTypedArray()
DAnimatedStateListDrawable.java422 R.styleable.AnimatedStateListDrawable_constantSize, state.mConstantSize)); in updateStateFromTypedArray()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19767 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mConstantSize:Z