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.java702 int mConstantHeight; field in DrawableContainer.DrawableContainerState
772 mConstantHeight = orig.mConstantHeight; in DrawableContainerState()
1096 return mConstantHeight; in getConstantHeight()
1122 mConstantWidth = mConstantHeight = -1; in computeConstantSize()
1129 if (s > mConstantHeight) mConstantHeight = s; in computeConstantSize()