Home
last modified time | relevance | path

Searched refs:MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/rro/CarUIPortraitCommon/src/com/android/car/caruiportrait/common/service/
DCarUiPortraitService.java129 public static final int MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE = 6; field in CarUiPortraitService
202 case MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE: in handleMessage()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DCarUiPortraitHomeScreen.java26 …om.android.car.caruiportrait.common.service.CarUiPortraitService.MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE;
340 notifySystemUI(MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE, WindowInsets.Type.systemBars()); in exitCalmMode()
352 notifySystemUI(MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE, windowInsetsType); in enterCalmMode()
1055 notifySystemUI(MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE, in setUpRootTaskView()