Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java700 boolean mCheckedConstantSize; field in DrawableContainer.DrawableContainerState
770 if (orig.mCheckedConstantSize) { in DrawableContainerState()
775 mCheckedConstantSize = true; in DrawableContainerState()
851 mCheckedConstantSize = false; in addChild()
965 mCheckedConstantSize = false; in updateDensity()
1084 if (!mCheckedConstantSize) { in getConstantWidth()
1092 if (!mCheckedConstantSize) { in getConstantHeight()
1100 if (!mCheckedConstantSize) { in getConstantMinimumWidth()
1108 if (!mCheckedConstantSize) { in getConstantMinimumHeight()
1116 mCheckedConstantSize = true; in computeConstantSize()