Home
last modified time | relevance | path

Searched refs:configChanges (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DInterestingConfigChanges.java52 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig() local
55 if (densityChanged || (configChanges & (mFlags)) != 0) { in applyNewConfig()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarControllers.java219 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged() argument
220 navbarButtonsViewController.onConfigurationChanged(configChanges); in onConfigurationChanged()
222 keyboardQuickSwitchController.onConfigurationChanged(configChanges); in onConfigurationChanged()
DKeyboardQuickSwitchController.java75 void onConfigurationChanged(@ActivityInfo.Config int configChanges) { in onConfigurationChanged() argument
79 if ((configChanges & (ActivityInfo.CONFIG_KEYBOARD in onConfigurationChanged()
DNavbarButtonsViewController.java732 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged() argument
734 mFloatingRotationButton.onConfigurationChanged(configChanges); in onConfigurationChanged()
DTaskbarActivityContext.java589 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged() argument
590 mControllers.onConfigurationChanged(configChanges); in onConfigurationChanged()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewComponentObserver.java89 mConfigChangesMap.append(myHomeComponent.hashCode(), info.activityInfo.configChanges); in OverviewComponentObserver()
101 mConfigChangesMap.append(fallbackComponent.hashCode(), fallbackInfo.configChanges); in OverviewComponentObserver()
/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsCategory.java73 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
75 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()