Searched refs:applyNewConfig (Results 1 – 8 of 8) sorted by relevance
52 public boolean applyNewConfig(Resources res) { in applyNewConfig() method in InterestingConfigChanges53 return applyNewConfig(res.getConfiguration()); in applyNewConfig()59 public boolean applyNewConfig(@NonNull Configuration configuration) { in applyNewConfig() method in InterestingConfigChanges
315 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
78 mConfigChanges.applyNewConfig(mContext.getResources()); in FragmentHostManager()183 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
144 mConfigChanges.applyNewConfig(mContext.getResources()); in NavigationBarControllerImpl()162 boolean willApplyConfig = mConfigChanges.applyNewConfig(mContext.getResources()); in onConfigChanged()
171 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
302 if (interestingChanges.applyNewConfig(config)) { in <lambda>()
322 mConfigChanges.applyNewConfig(context.getResources()); in ScreenshotController()603 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in enqueueScrollCaptureRequest()
767 when(configChanges.applyNewConfig(any(Resources.class))).thenReturn(false); in setupDoResumeIfNeededLocked()