Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1729 final int windowContextType = mWindowContextListenerController in addWindow() local
1733 if (type != windowContextType) { in addWindow()
1736 + " but type from WindowContext is %d", type, windowContextType); in addWindow()