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.java702 boolean mCheckedConstantSize; field in DrawableContainer.DrawableContainerState
774 if (orig.mCheckedConstantSize) { in DrawableContainerState()
779 mCheckedConstantSize = true; in DrawableContainerState()
855 mCheckedConstantSize = false; in addChild()
969 mCheckedConstantSize = false; in updateDensity()
1088 if (!mCheckedConstantSize) { in getConstantWidth()
1096 if (!mCheckedConstantSize) { in getConstantHeight()
1104 if (!mCheckedConstantSize) { in getConstantMinimumWidth()
1112 if (!mCheckedConstantSize) { in getConstantMinimumHeight()
1120 mCheckedConstantSize = true; in computeConstantSize()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16879 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mCheckedConstantSize:Z