Home
last modified time | relevance | path

Searched refs:getInsetsIgnoringVisibility (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/window/
H A DWindowMetricsHelper.java46 result.inset(windowInsets.getInsetsIgnoringVisibility(navigationBars() | displayCutout())); in getBoundsExcludingNavigationBarAndCutout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInsetsImpl.java45 final Insets insets = windowInsets.getInsetsIgnoringVisibility(systemBars()); in getinsets()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/notification/scenarios/
H A DNotificationUtils.kt45 metricInsets.getInsetsIgnoringVisibility(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowView.java54 final Insets insets = windowInsets.getInsetsIgnoringVisibility(systemBars()); in onApplyWindowInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
H A DWindowRootView.kt66 val insets = windowInsets.getInsetsIgnoringVisibility(WindowInsets.Type.systemBars())
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
H A DOpenActivityFromBubbleOnLocksreenTest.kt71 metricInsets.getInsetsIgnoringVisibility(
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/notification/
H A DOpenAppFromNotificationWarmTest.kt85 metricInsets.getInsetsIgnoringVisibility(
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DDismissView.kt206 val navInset = insets.getInsetsIgnoringVisibility(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DDetailDialog.kt209 val insets = metricInsets.getInsetsIgnoringVisibility(Type.systemBars()
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
H A DA11yMenuViewPager.java311 Insets windowInsets = windowMetric.getWindowInsets().getInsetsIgnoringVisibility(
H A DA11yMenuOverlayLayout.java255 Insets windowInsets = windowMetrics.getWindowInsets().getInsetsIgnoringVisibility( in updateLayoutByWindowInsetsIfNeeded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewAppearance.java284 final Insets insets = windowInsets.getInsetsIgnoringVisibility( in getWindowAvailableBounds()
H A DMenuViewLayer.java325 windowInsets.getInsetsIgnoringVisibility( in onWindowInsetsApplied()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblePositionerTest.java329 when(windowInsets.getInsetsIgnoringVisibility(anyInt())).thenReturn(mInsets); in setUpConfig()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java315 ? getInsetsIgnoringVisibility(mCompatInsetsTypes & ~ime()) in getSystemWindowInsets()
357 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility() method in WindowInsets
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java435 final Insets windowInsets = windowMetrics.getWindowInsets().getInsetsIgnoringVisibility( in getDraggableWindowBounds()
H A DWindowMagnificationSettings.java666 final Insets windowInsets = windowMetrics.getWindowInsets().getInsetsIgnoringVisibility( in getDraggableWindowBounds()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java177 windowInsets.getInsetsIgnoringVisibility(WindowInsets.Type.systemBars()); in getSystemInsets()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java124 Insets insets = metricInsets.getInsetsIgnoringVisibility(WindowInsets.Type.navigationBars() in update()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java111 .getInsetsIgnoringVisibility(navigationBars() | displayCutout()); in getSizeExcludingNavigationBarAndCutout()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java612 .getRootWindowInsets().getInsetsIgnoringVisibility(captionBar())); in testNoNavigationBar_thenImeNoCaptionBar()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java127 assertEquals(Insets.of(0, 0, 0, 100), insets.getInsetsIgnoringVisibility(systemBars())); in testCalculateInsets_imeAndNav()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java727 .getInsetsIgnoringVisibility(WindowInsets.Type.systemBars() in getDisplayStableInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java654 int bottomInset = insets.getInsetsIgnoringVisibility(systemBars()).bottom; in onApplyWindowInsets()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1121 final Insets stableBarInsets = insets.getInsetsIgnoringVisibility( in updateColorViews()

12