Searched refs:nextHeight (Results 1 – 1 of 1) sorted by relevance
71 int nextHeight = Math.max(mNext.getDrawable().getIntrinsicHeight() + mNext.getPaddingTop() in testLayout() local77 assertEquals("Next incorrect height", nextHeight, mNext.getHeight()); in testLayout()80 assertEquals("Next wrong top", (pauseHeight - nextHeight) / 2, mNext.getTop()); in testLayout()