Home
last modified time | relevance | path

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

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