Home
last modified time | relevance | path

Searched refs:systemBars (Results 1 – 25 of 41) sorted by relevance

12

/packages/apps/SafetyRegulatoryInfo/src/com/android/safetyregulatoryinfo/
DSafetyAndRegulatoryInfoActivity.kt34 val systemBars = insets.getInsets(WindowInsetsCompat.Type.systemBars()) in <lambda>() constant
35 v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom) in <lambda>()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/wm/
DCarUiPortraitDisplaySystemBarsController.java23 import static android.view.WindowInsets.Type.systemBars;
64 private static final int STATE_DEFAULT = systemBars();
176 new int[]{WindowInsets.Type.systemBars(), 0};
178 new int[]{0, WindowInsets.Type.systemBars()};
191 private int mImmersiveState = systemBars();
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsController.java22 import static android.view.WindowInsets.Type.systemBars;
67 private static final int STATE_NON_IMMERSIVE = systemBars();
80 new int[]{WindowInsets.Type.systemBars(), 0};
92 new int[]{0, WindowInsets.Type.systemBars()};
101 private int mImmersiveState = systemBars();
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/
DPhotopickerApp.kt31 import androidx.compose.foundation.layout.systemBars
82 WindowInsets.systemBars.only(WindowInsetsSides.Vertical) in PhotopickerAppWithBottomSheet()
91 contentWindowInsets = { WindowInsets.systemBars }, in PhotopickerAppWithBottomSheet()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/systembars/
DSystemBarsFragment.java80 v -> mWindowInsetsController.show(WindowInsets.Type.systemBars())); in initSystemBarInsetsButtons()
82 v -> mWindowInsetsController.hide(WindowInsets.Type.systemBars())); in initSystemBarInsetsButtons()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preview/
DPreview.kt29 import androidx.compose.foundation.layout.systemBars in <lambda>()
100 WindowInsets.systemBars.only(WindowInsetsSides.Vertical) in <lambda>()
154 .windowInsetsPadding(WindowInsets.systemBars.only(WindowInsetsSides.Vertical)), in PreviewMedia()
/packages/services/BuiltInPrintService/src/com/android/bips/ui/
DViewUtil.java33 Insets insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars()); in setWindowInsetsListener()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DLandingActivity.java40 controller.hide(WindowInsets.Type.systemBars()); in onCreate()
DProvisioningActivity.java59 controller.hide(WindowInsets.Type.systemBars()); in onCreate()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/
DLandingActivityTest.java59 WindowInsets.Type.systemBars())).isFalse(); in landingActivity_hideSystemBar()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DBackgroundPanelBaseActivity.java44 int insetTypes = WindowInsets.Type.systemBars();
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/insets/
DWindowInsetsTestActivity.java59 windowInsetsController.hide(WindowInsets.Type.systemBars()); in hideSysUI()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/activity/
DNavigationTaskViewWallpaperActivity.java44 int insetTypes = WindowInsets.Type.systemBars();
DRootTaskViewWallpaperActivity.java43 int insetTypes = WindowInsets.Type.systemBars();
/packages/apps/Launcher3/src/com/android/launcher3/util/
DWindowBounds.java96 Insets insets = wm.getWindowInsets().getInsets(Type.systemBars()); in fromWindowMetrics()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/calmmode/
DPortraitCalmModeActivity.java71 int insetTypes = WindowInsets.Type.systemBars();
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityUtil.java21 import static android.view.WindowInsets.Type.systemBars;
511 systemBars() | displayCutout()); in getDisplayBounds()
/packages/services/Car/packages/CarActivityResolver/src/com/android/car/activityresolver/
DCarResolverActivity.java113 Insets insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars()); in setupSystemBarInsets()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayDragLayer.java119 setInsets(insets.getInsets(WindowInsets.Type.systemBars()).toRect()); in onApplyWindowInsets()
/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/
DSampleRearViewCameraActivity.java126 windowInsetsController.hide(WindowInsets.Type.systemBars()); in hideSystemBars()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java157 Insets insets = windowInsets.getInsets(WindowInsets.Type.systemBars()); in onApplyWindowInsets()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewController.java103 return WindowInsets.Type.systemBars(); in getInsetTypesToFit()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DRootSandboxLayout.java122 Insets insets = getRootWindowInsets().getInsets(WindowInsets.Type.systemBars()); in getFullscreenHeight()
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
DHTMLViewerActivity.java203 Insets insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars()); in setupEdgeToEdge()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/
DCarRecentsActivity.java91 .getInsetsIgnoringVisibility(WindowInsets.Type.systemBars()).toRect(), in onCreate()

12