Searched refs:applyNewConfig (Results 1 – 7 of 7) sorted by relevance
50 public boolean applyNewConfig(Resources res) { in applyNewConfig() method in InterestingConfigChanges
305 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
78 mConfigChanges.applyNewConfig(mContext.getResources()); in FragmentHostManager()183 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
135 mConfigChanges.applyNewConfig(mContext.getResources()); in NavigationBarController()151 boolean willApplyConfig = mConfigChanges.applyNewConfig(mContext.getResources()); in onConfigChanged()
169 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
383 mConfigChanges.applyNewConfig(context.getResources()); in ScreenshotController()691 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in enqueueScrollCaptureRequest()
753 when(configChanges.applyNewConfig(any(Resources.class))).thenReturn(false); in setupDoResumeIfNeededLocked()