Home
last modified time | relevance | path

Searched refs:applyNewConfig (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DInterestingConfigChanges.java52 public boolean applyNewConfig(Resources res) { in applyNewConfig() method in InterestingConfigChanges
53 return applyNewConfig(res.getConfiguration()); in applyNewConfig()
59 public boolean applyNewConfig(@NonNull Configuration configuration) { in applyNewConfig() method in InterestingConfigChanges
DApplicationsState.java315 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java78 mConfigChanges.applyNewConfig(mContext.getResources()); in FragmentHostManager()
183 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarControllerImpl.java144 mConfigChanges.applyNewConfig(mContext.getResources()); in NavigationBarControllerImpl()
162 boolean willApplyConfig = mConfigChanges.applyNewConfig(mContext.getResources()); in onConfigChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java171 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/
DQSSceneAdapter.kt302 if (interestingChanges.applyNewConfig(config)) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java322 mConfigChanges.applyNewConfig(context.getResources()); in ScreenshotController()
603 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in enqueueScrollCaptureRequest()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java767 when(configChanges.applyNewConfig(any(Resources.class))).thenReturn(false); in setupDoResumeIfNeededLocked()