Searched defs:mConstantHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java443 int mConstantHeight; field in class:DrawableContainer.DrawableContainerState
493 mConstantHeight = orig.mConstantHeight;
600 return mConstantHeight;
624 mConstantWidth = mConstantHeight = -1;
631 if (s > mConstantHeight) mConstantHeight = s;

Completed in 6 milliseconds