Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DScaleGestureDetectorTest.java62 final int windowHeight = windowBounds.height(); in testScaleGestureDetector() local
66 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()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingStackFromBottomTest.java110 int windowHeight = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in testLongScroll() local
113 Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, (int) (windowHeight * 0.75f)); in testLongScroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java361 int windowHeight = mMagnificationFrame.height() + 2 * mMirrorSurfaceMargin; in createMirrorWindow() local
364 windowWidth, windowHeight, in createMirrorWindow()
/frameworks/base/core/java/android/widget/
DTextView.java11814 final int windowHeight = root.getHeight(); in onProvideStructure() local
11820 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1); in onProvideStructure()
11825 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1 - topWindowLocation); in onProvideStructure()