Home
last modified time | relevance | path

Searched refs:updateUiState (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DSystemUiController.java51 public void updateUiState(int uiState, boolean isLight) { in updateUiState() method in SystemUiController
52 updateUiState(uiState, isLight in updateUiState()
56 public void updateUiState(int uiState, int flags) { in updateUiState() method in SystemUiController
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationActivity.java101 updateUiState(false /* animate */); in onCreate()
286 updateUiState(animate); in onConversationContactPickerUiStateChanged()
289 private void updateUiState(final boolean animate) { in updateUiState() method in ConversationActivity
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java146 getSystemUiController().updateUiState( in clearNavBarColor()
152 getSystemUiController().updateUiState( in setupNavBarColor()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java181 getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); in onStop()
193 getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); in onPause()
DLauncherRootView.java81 mLauncher.getSystemUiController().updateUiState( in handleSystemWindowInsets()
DLauncher.java378 getSystemUiController().updateUiState(SystemUiController.UI_STATE_BASE_WINDOW, in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java134 mLauncher.getSystemUiController().updateUiState(UI_STATE_ALL_APPS, !mIsDarkTheme); in setProgress()
136 mLauncher.getSystemUiController().updateUiState(UI_STATE_ALL_APPS, 0); in setProgress()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseRecentsActivity.java56 getSystemUiController().updateUiState(SystemUiController.UI_STATE_BASE_WINDOW, in onCreate()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java147 mLauncher.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, sysuiFlags); in updateFullscreenProgress()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java786 mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); in reset()
1506 mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, in createTaskLauncherAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java764 mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, sysuiFlags); in updateSysUiFlags()