Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java3278 final Configuration[] appConfigOverride; in handleFixedRotationAdjustments() local
3281 appConfigOverride = new Configuration[1]; in handleFixedRotationAdjustments()
3284 if (appConfigOverride[0] != null) { in handleFixedRotationAdjustments()
3285 displayAdjustments.getConfiguration().updateFrom(appConfigOverride[0]); in handleFixedRotationAdjustments()
3289 appConfigOverride = null; in handleFixedRotationAdjustments()
3304 if (appConfigOverride != null) { in handleFixedRotationAdjustments()
3305 appConfigOverride[0] = overrideConfig; in handleFixedRotationAdjustments()