Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java703 boolean mCheckedConstantSize; field in DrawableContainer.DrawableContainerState
775 if (orig.mCheckedConstantSize) { in DrawableContainerState()
780 mCheckedConstantSize = true; in DrawableContainerState()
856 mCheckedConstantSize = false; in addChild()
970 mCheckedConstantSize = false; in updateDensity()
1089 if (!mCheckedConstantSize) { in getConstantWidth()
1097 if (!mCheckedConstantSize) { in getConstantHeight()
1105 if (!mCheckedConstantSize) { in getConstantMinimumWidth()
1113 if (!mCheckedConstantSize) { in getConstantMinimumHeight()
1121 mCheckedConstantSize = true; in computeConstantSize()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19766 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mCheckedConstantSize:Z