Searched refs:windowHeight (Results 1 – 3 of 3) sorted by relevance
163 final int windowHeight = verticalGridView.getHeight(); in parallaxTest() local167 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()
166 final int windowHeight = verticalGridView.getHeight(); in parallaxTest() local170 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()
10200 final int windowHeight = root.getHeight(); in onProvideAutoStructureForAssistOrAutofill() local10206 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1); in onProvideAutoStructureForAssistOrAutofill()10211 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1 - topWindowLocation); in onProvideAutoStructureForAssistOrAutofill()