Home
last modified time | relevance | path

Searched refs:getWindowInsets (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DWindowBounds.java96 Insets insets = wm.getWindowInsets().getInsets(Type.systemBars()); in fromWindowMetrics()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java131 normalizeWindowInsets(displayInfoContext, windowMetrics.getWindowInsets(), insets); in getRealBounds()
416 windowMetrics.getWindowInsets().getDisplayCutout()); in getDisplayInfo()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowController.java229 mWindowManager.getCurrentWindowMetrics().getWindowInsets().getDisplayCutout(); in handleDisplayCutout()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/
DCarRecentsActivity.java90 /* windowInsets= */ windowMetrics.getWindowInsets() in onCreate()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DTrackpadGestureDialogFragment.java321 activity.getWindowManager().getCurrentWindowMetrics().getWindowInsets();
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityUtil.java510 final Insets displayInsets = metrics.getWindowInsets().getInsetsIgnoringVisibility( in getDisplayBounds()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DActivityBlockingActivity.java274 .getWindowInsets() in getAppWindowRect()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java390 Insets getWindowInsets() { in getWindowInsets() method in LauncherInstrumentation
1675 return Math.max(getWindowInsets().bottom, ResourceUtils.getNavbarSize( in getBottomGestureSize()
1694 return getRealDisplaySize().x - getWindowInsets().right - 1; in getRightGestureStartOnScreen()
/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppGridPageSnapperTest.java535 final WindowInsets windowInsets = metrics.getWindowInsets(); in simulateFling()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java337 getWindowManager().getCurrentWindowMetrics().getWindowInsets().getDisplayCutout(); in setupMainLayout()