Searched defs:windowInsets (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/window/ |
D | WindowMetricsHelper.java | 44 final WindowInsets windowInsets = windowMetrics.getWindowInsets(); in getBoundsExcludingNavigationBarAndCutout() local
|
/frameworks/base/core/java/android/view/ |
D | WindowMetrics.java | 37 public WindowMetrics(@NonNull Rect bounds, @NonNull WindowInsets windowInsets) { in WindowMetrics()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowInsetsTest.java | 63 WindowInsets windowInsets = new WindowInsets(insets, maxInsets, visible, false, false, null, in compatInsets_layoutStable() local
|
D | InsetsStateTest.java | 487 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/ |
D | StatusBarWindowView.java | 63 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets()
|
D | StatusBarTouchableRegionManager.java | 227 WindowInsets windowInsets = mNotificationShadeWindowView.getRootWindowInsets(); in updateRegionForNotch() local
|
D | NotificationShadeWindowView.java | 85 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | MagnificationModeSwitch.java | 412 final Insets windowInsets = windowMetrics.getWindowInsets().getInsetsIgnoringVisibility( in getDraggableWindowBounds() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 472 root.setOnApplyWindowInsetsListener((v, windowInsets) -> { in showDialog() argument
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 109 WindowInsets windowInsets = windowMetrics.getWindowInsets(); in getSizeExcludingNavigationBarAndCutout() local
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 1064 WindowInsets windowInsets = mInsetsState.calculateInsets(visibleFrame, in updateSurface() local
|