Searched refs:daContext (Results 1 – 1 of 1) sorted by relevance
192 DisplayAreaContext daContext = mDisplayAreaContexts.get(displayId); in applyConfigChangesToContext() local193 if (daContext == null) { in applyConfigChangesToContext()194 daContext = new DisplayAreaContext(mContext, display); in applyConfigChangesToContext()195 mDisplayAreaContexts.put(displayId, daContext); in applyConfigChangesToContext()197 daContext.updateConfigurationChanges(displayAreaInfo.configuration); in applyConfigChangesToContext()