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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java273 int mConstantHeight; field in class:DrawableContainer.DrawableContainerState
321 mConstantHeight = orig.mConstantHeight;
427 return mConstantHeight;
451 mConstantWidth = mConstantHeight = 0;
458 if (s > mConstantHeight) mConstantHeight = s;

Completed in 52 milliseconds