Searched refs:attachedWindow (Results 1 – 2 of 2) sorted by relevance
288 WindowState attachedWindow, int seq, WindowManager.LayoutParams a, in WindowState() argument324 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER in WindowState()327 mAttachedWindow = attachedWindow; in WindowState()332 mIsImWindow = attachedWindow.mAttrs.type == TYPE_INPUT_METHOD in WindowState()333 || attachedWindow.mAttrs.type == TYPE_INPUT_METHOD_DIALOG; in WindowState()334 mIsWallpaper = attachedWindow.mAttrs.type == TYPE_WALLPAPER; in WindowState()
1976 WindowState attachedWindow = null; in addWindow() local1991 attachedWindow = windowForClientLocked(null, attrs.token, false); in addWindow()1992 if (attachedWindow == null) { in addWindow()1997 if (attachedWindow.mAttrs.type >= FIRST_SUB_WINDOW in addWindow()1998 && attachedWindow.mAttrs.type <= LAST_SUB_WINDOW) { in addWindow()2059 attachedWindow, seq, attrs, viewVisibility); in addWindow()