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.java681 boolean mCheckedConstantSize; field in DrawableContainer.DrawableContainerState
748 if (orig.mCheckedConstantSize) { in DrawableContainerState()
753 mCheckedConstantSize = true; in DrawableContainerState()
829 mCheckedConstantSize = false; in addChild()
935 mCheckedConstantSize = false; in updateDensity()
1054 if (!mCheckedConstantSize) { in getConstantWidth()
1062 if (!mCheckedConstantSize) { in getConstantHeight()
1070 if (!mCheckedConstantSize) { in getConstantMinimumWidth()
1078 if (!mCheckedConstantSize) { in getConstantMinimumHeight()
1086 mCheckedConstantSize = true; in computeConstantSize()