Home
last modified time | relevance | path

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

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