Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/display/
H A DDisplayHelper.java46 public Rect getMaxBounds(int displayId, int windowContextType) { in getMaxBounds() argument
49 .createWindowContext(windowContextType, null) in getMaxBounds()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1683 final int windowContextType = mWindowContextListenerController in addWindow() local
1687 if (type != windowContextType) { in addWindow()
1690 + " but type from WindowContext is %d", type, windowContextType); in addWindow()