Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java683 int mConstantHeight; field in DrawableContainer.DrawableContainerState
750 mConstantHeight = orig.mConstantHeight; in DrawableContainerState()
1066 return mConstantHeight; in getConstantHeight()
1092 mConstantWidth = mConstantHeight = -1; in computeConstantSize()
1099 if (s > mConstantHeight) mConstantHeight = s; in computeConstantSize()