Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1208 WindowState attachedWindow = windowState.mAttachedWindow; in obtainPopulatedWindowInfo() local
1209 if (attachedWindow != null) { in obtainPopulatedWindowInfo()
1210 window.parentToken = attachedWindow.mClient.asBinder(); in obtainPopulatedWindowInfo()
DWindowState.java498 WindowState attachedWindow, int appOp, int seq, WindowManager.LayoutParams a, in WindowState() argument
553 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER in WindowState()
556 mAttachedWindow = attachedWindow; in WindowState()
584 mIsImWindow = attachedWindow.mAttrs.type == TYPE_INPUT_METHOD in WindowState()
585 || attachedWindow.mAttrs.type == TYPE_INPUT_METHOD_DIALOG; in WindowState()
586 mIsWallpaper = attachedWindow.mAttrs.type == TYPE_WALLPAPER; in WindowState()
DWindowManagerService.java1860 WindowState attachedWindow = null; in addWindow() local
1887 attachedWindow = windowForClientLocked(null, attrs.token, false); in addWindow()
1888 if (attachedWindow == null) { in addWindow()
1893 if (attachedWindow.mAttrs.type >= FIRST_SUB_WINDOW in addWindow()
1894 && attachedWindow.mAttrs.type <= LAST_SUB_WINDOW) { in addWindow()
2010 attachedWindow, appOp[0], seq, attrs, viewVisibility, displayContent); in addWindow()