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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DMipmapDrawable.java279 mConstantHeight = largestDrawable.getIntrinsicHeight();
281 mConstantWidth = mConstantHeight = -1;
H A DDrawableContainer.java433 int mConstantHeight; field in class:DrawableContainer.DrawableContainerState
484 mConstantHeight = orig.mConstantHeight;
593 return mConstantHeight;
617 mConstantWidth = mConstantHeight = -1;
624 if (s > mConstantHeight) mConstantHeight = s;

Completed in 46 milliseconds