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.java682 int mConstantWidth; field in DrawableContainer.DrawableContainerState
749 mConstantWidth = orig.mConstantWidth; in DrawableContainerState()
1058 return mConstantWidth; in getConstantWidth()
1092 mConstantWidth = mConstantHeight = -1; in computeConstantSize()
1097 if (s > mConstantWidth) mConstantWidth = s; in computeConstantSize()