Searched refs:applyNewConfig (Results 1 – 6 of 6) sorted by relevance
38 public boolean applyNewConfig(Resources res) { in applyNewConfig() method in InterestingConfigChanges
286 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
69 mConfigChanges.applyNewConfig(mContext.getResources()); in FragmentHostManager()158 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
149 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
167 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
708 when(configChanges.applyNewConfig(any(Resources.class))).thenReturn(false); in setupDoResumeIfNeededLocked()