Home
last modified time | relevance | path

Searched refs:extraLayoutSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java4155 final int extraLayoutSize = windowSize; in testExtraLayoutSpace() local
4164 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()