Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DDetailsFragmentTest.java163 final int windowHeight = verticalGridView.getHeight(); in parallaxTest() local
167 assertEquals(windowHeight, activity.getWindow().getDecorView().getHeight()); in parallaxTest()
178 assertEquals(Math.min(windowHeight, detailsFrameRect.top), in parallaxTest()
211 assertEquals(windowHeight, colorDrawable.getBounds().bottom); in parallaxTest()
DDetailsSupportFragmentTest.java166 final int windowHeight = verticalGridView.getHeight(); in parallaxTest() local
170 assertEquals(windowHeight, activity.getWindow().getDecorView().getHeight()); in parallaxTest()
181 assertEquals(Math.min(windowHeight, detailsFrameRect.top), in parallaxTest()
214 assertEquals(windowHeight, colorDrawable.getBounds().bottom); in parallaxTest()
/frameworks/base/core/java/android/widget/
DTextView.java10200 final int windowHeight = root.getHeight(); in onProvideAutoStructureForAssistOrAutofill() local
10206 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1); in onProvideAutoStructureForAssistOrAutofill()
10211 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1 - topWindowLocation); in onProvideAutoStructureForAssistOrAutofill()