Searched refs:createdConfig (Results 1 – 2 of 2) sorted by relevance
576 Configuration createdConfig; field in ActivityThread.ActivityClientRecord2526 ac.activityIdle(a.token, a.createdConfig, stopProfiling); in queueIdle()2527 a.createdConfig = null; in queueIdle()5794 target.createdConfig = config.getGlobalConfiguration(); in prepareRelaunchActivity()5844 if (tmp.createdConfig != null) { in handleRelaunchActivity()5850 || (tmp.createdConfig.isOtherSeqNewer(config) in handleRelaunchActivity()5851 && config.diff(tmp.createdConfig) != 0)) { in handleRelaunchActivity()5853 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()5854 changedConfig = tmp.createdConfig; in handleRelaunchActivity()5934 r.createdConfig != null in handleRelaunchActivityLocally()[all …]
1852 Landroid/app/ActivityThread$ActivityClientRecord;->createdConfig:Landroid/content/res/Configuration;