Searched refs:extraLayoutSize (Results 1 – 1 of 1) sorted by relevance
4155 final int extraLayoutSize = windowSize; in testExtraLayoutSpace() local4164 mGridView.setExtraLayoutSpace(extraLayoutSize); in testExtraLayoutSpace()4170 assertTrue(v.getTop() < windowSize + extraLayoutSize); in testExtraLayoutSpace()4171 assertTrue(v.getBottom() >= windowSize + extraLayoutSize - mGridView.getVerticalMargin()); in testExtraLayoutSpace()4176 assertTrue(v.getBottom() > - extraLayoutSize); in testExtraLayoutSpace()4177 assertTrue(v.getTop() <= -extraLayoutSize + mGridView.getVerticalMargin()); in testExtraLayoutSpace()