Home
last modified time | relevance | path

Searched defs:windowInsets (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowMetricsHelper.java44 final WindowInsets windowInsets = windowMetrics.getWindowInsets(); in getBoundsExcludingNavigationBarAndCutout() local
/frameworks/base/core/java/android/view/
DWindowMetrics.java37 public WindowMetrics(@NonNull Rect bounds, @NonNull WindowInsets windowInsets) { in WindowMetrics()
/frameworks/base/core/tests/coretests/src/android/view/
DWindowInsetsTest.java63 WindowInsets windowInsets = new WindowInsets(insets, maxInsets, visible, false, false, null, in compatInsets_layoutStable() local
DInsetsStateTest.java487 WindowInsets windowInsets = mState.calculateInsets(new Rect(1, 2, 197, 396), null, false, in testCalculateRelativeRoundedCorners() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java63 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets()
DStatusBarTouchableRegionManager.java227 WindowInsets windowInsets = mNotificationShadeWindowView.getRootWindowInsets(); in updateRegionForNotch() local
DNotificationShadeWindowView.java85 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationModeSwitch.java412 final Insets windowInsets = windowMetrics.getWindowInsets().getInsetsIgnoringVisibility( in getDraggableWindowBounds() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java472 root.setOnApplyWindowInsetsListener((v, windowInsets) -> { in showDialog() argument
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java109 WindowInsets windowInsets = windowMetrics.getWindowInsets(); in getSizeExcludingNavigationBarAndCutout() local
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1064 WindowInsets windowInsets = mInsetsState.calculateInsets(visibleFrame, in updateSurface() local