Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
DBandController_GridModelTest.java39 private static final int VIEWPORT_HEIGHT = 500; field in BandController_GridModelTest
121 startSelection(new Point(10, VIEWPORT_HEIGHT - 1)); in testSelectionBelowItems()
122 resizeSelection(new Point(11, VIEWPORT_HEIGHT - 2)); in testSelectionBelowItems()
211 resizeSelection(new Point(100, VIEWPORT_HEIGHT - 1)); in testScrollingBandSelect()
217 resizeSelection(new Point(200, VIEWPORT_HEIGHT - 1)); in testScrollingBandSelect()
226 resizeSelection(new Point(100, VIEWPORT_HEIGHT - 1)); in testScrollingBandSelect()
276 assertTrue(env.verticalOffset + VIEWPORT_HEIGHT + dy <= env.getTotalHeight()); in scroll()
344 (VIEWPORT_HEIGHT + verticalOffset - 1) / (CHILD_VIEW_EDGE_PX + VIEW_PADDING_PX); in getLastVisibleRowIndex()