Searched refs:windowHeight (Results 1 – 4 of 4) sorted by relevance
62 final int windowHeight = windowBounds.height(); in testScaleGestureDetector() local66 final int centerY = windowHeight / 2; in testScaleGestureDetector()71 new float[] {0.75f * windowWidth, 0.25f * windowHeight}; in testScaleGestureDetector()74 new float[] {0.25f * windowWidth, 0.75f * windowHeight}; in testScaleGestureDetector()
110 int windowHeight = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in testLongScroll() local113 Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, (int) (windowHeight * 0.75f)); in testLongScroll()
361 int windowHeight = mMagnificationFrame.height() + 2 * mMirrorSurfaceMargin; in createMirrorWindow() local364 windowWidth, windowHeight, in createMirrorWindow()
11814 final int windowHeight = root.getHeight(); in onProvideStructure() local11820 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1); in onProvideStructure()11825 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1 - topWindowLocation); in onProvideStructure()