Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A 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()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js91 var windowHeight = ($(window).height() - HEADER_HEIGHT);
92 var swapperHeight = windowHeight - 13;
94 sidenav.css({height:windowHeight + "px"});
95 content.css({height:windowHeight + "px"});
308 var windowHeight = ($(window).height() - HEADER_HEIGHT);
309 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom
327 var windowHeight = ($(window).height() - HEADER_HEIGHT);
328 docContent.css({height:windowHeight + "px"});
329 $("#side-nav").css({height:windowHeight + "px"});
334 var swapperHeight = windowHeight - 13;
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacUiService.java305 String windowTitle, int windowHeight, int gravity) { in createTemperatureBarOverlay() argument
307 windowTitle, windowHeight, gravity); in createTemperatureBarOverlay()
318 int windowHeight, int gravity) { in createTemperatureBarLayoutParams() argument
331 lp.height = windowHeight; in createTemperatureBarLayoutParams()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java110 int windowHeight = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in testLongScroll() local
113 Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, (int) (windowHeight * 0.75f)); in testLongScroll()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java165 public void onConfigurationChanged(final int windowWidth, final int windowHeight) { in onConfigurationChanged() argument
166 if (windowWidth > 0 && windowHeight > 0) { in onConfigurationChanged()
167 if (mWindowWidth != windowWidth || mWindowHeight != windowHeight) { in onConfigurationChanged()
169 mWindowHeight = windowHeight; in onConfigurationChanged()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackOverlayFragment.java320 public void onWindowSizeChanged(final int windowWidth, final int windowHeight) { in onWindowSizeChanged() argument
322 mWindowHeight = windowHeight; in onWindowSizeChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java419 int windowHeight = mMagnificationFrame.height() + 2 * mMirrorSurfaceMargin; in createMirrorWindow() local
422 windowWidth, windowHeight, in createMirrorWindow()
/aosp12/frameworks/base/core/java/android/widget/
H A 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()