Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DRootTaskDisplayAreaOrganizer.java246 DisplayAreaContext daContext = mDisplayAreaContexts.get(displayId); in applyConfigChangesToContext() local
247 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()