Searched refs:daContext (Results 1 – 1 of 1) sorted by relevance
246 DisplayAreaContext daContext = mDisplayAreaContexts.get(displayId); in applyConfigChangesToContext() local247 if (daContext == null) { in applyConfigChangesToContext()248 daContext = new DisplayAreaContext(mContext, display); in applyConfigChangesToContext()249 mDisplayAreaContexts.put(displayId, daContext); in applyConfigChangesToContext()251 daContext.updateConfigurationChanges(displayAreaInfo.configuration); in applyConfigChangesToContext()