Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java668 final int opticalInsetsBottom = opticalPaddings.bottom; in testItemDecorationAndMarginsAndOpticalBounds() local
672 assertTrue(opticalInsetsBottom > 0); in testItemDecorationAndMarginsAndOpticalBounds()
686 assertEquals(itemHeight + opticalInsetsTop + opticalInsetsBottom, in testItemDecorationAndMarginsAndOpticalBounds()
699 (child1.getTop() + opticalInsetsTop) - (child0.getBottom() - opticalInsetsBottom)); in testItemDecorationAndMarginsAndOpticalBounds()
701 (child2.getTop() + opticalInsetsTop) - (child1.getBottom() - opticalInsetsBottom)); in testItemDecorationAndMarginsAndOpticalBounds()