Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/common/
DCarUiPortraitServiceManager.java73 notifySystemUI(msg);
98 public void notifySystemUI(int key, int value) { in notifySystemUI() method in CarUiPortraitServiceManager
100 notifySystemUI(msg); in notifySystemUI()
108 private void notifySystemUI(Message msg) { in notifySystemUI() method in CarUiPortraitServiceManager
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DCarUiPortraitHomeScreen.java340 notifySystemUI(MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE, WindowInsets.Type.systemBars()); in exitCalmMode()
352 notifySystemUI(MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE, windowInsetsType); in enterCalmMode()
356 notifySystemUI(MSG_APP_GRID_VISIBILITY_CHANGE, boolToInt( in handleSystemBarButton()
359 notifySystemUI(MSG_NOTIFICATIONS_VISIBILITY_CHANGE, boolToInt( in handleSystemBarButton()
362 notifySystemUI(MSG_RECENTS_VISIBILITY_CHANGE, boolToInt( in handleSystemBarButton()
1036 notifySystemUI(MSG_FG_TASK_VIEW_READY, boolToInt(true)); in onTaskViewReadinessUpdated()
1055 notifySystemUI(MSG_HIDE_SYSTEM_BAR_FOR_IMMERSIVE, in setUpRootTaskView()
1229 void notifySystemUI(int key, int value) { in notifySystemUI() method in CarUiPortraitHomeScreen
1232 mCarUiPortraitServiceManager.notifySystemUI(key, value); in notifySystemUI()