Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java701 int mConstantWidth; field in DrawableContainer.DrawableContainerState
771 mConstantWidth = orig.mConstantWidth; in DrawableContainerState()
1088 return mConstantWidth; in getConstantWidth()
1122 mConstantWidth = mConstantHeight = -1; in computeConstantSize()
1127 if (s > mConstantWidth) mConstantWidth = s; in computeConstantSize()