Home | History | Annotate | Download | only in wm

Lines Matching refs:attachedWindow

255            WindowState attachedWindow, int seq, WindowManager.LayoutParams a,
293 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
296 mAttachedWindow = attachedWindow;
301 mIsImWindow = attachedWindow.mAttrs.type == TYPE_INPUT_METHOD
302 || attachedWindow.mAttrs.type == TYPE_INPUT_METHOD_DIALOG;
303 mIsWallpaper = attachedWindow.mAttrs.type == TYPE_WALLPAPER;