Home
last modified time | relevance | path

Searched refs:getBoundsExcludingNavigationBarAndCutout (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DWindowMetricsHelper.java42 public static Rect getBoundsExcludingNavigationBarAndCutout( in getBoundsExcludingNavigationBarAndCutout() method in WindowMetricsHelper
/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowMetricsHelperTest.java59 .getBoundsExcludingNavigationBarAndCutout(metrics); in testGetLegacySizeMatchesDisplayGetSize()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DScaleGestureDetectorTest.java59 final Rect windowBounds = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in testScaleGestureDetector()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java70 .getBoundsExcludingNavigationBarAndCutout( in onCreate()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfInternalSelectionViews.java115 mScreenHeight = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in onCreate()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomControlView.java47 final int width = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in CustomControlView()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java110 int windowHeight = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in testLongScroll()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java132 final Rect windowBounds = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in update()
/aosp14/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
H A DMirrorSurfaceActivity.java93 Rect windowBounds = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in onCreate()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java361 Rect windowBounds = WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in cropImageAndSetWallpaper()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1945 return WindowMetricsHelper.getBoundsExcludingNavigationBarAndCutout( in getMaxWidth()