Searched defs:attachedWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java498 WindowState attachedWindow, int appOp, int seq, WindowManager.LayoutParams a,
553 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
556 mAttachedWindow = attachedWindow;
584 mIsImWindow = attachedWindow.mAttrs.type == TYPE_INPUT_METHOD
585 || attachedWindow.mAttrs.type == TYPE_INPUT_METHOD_DIALOG;
586 mIsWallpaper = attachedWindow.mAttrs.type == TYPE_WALLPAPER;
497 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token, WindowState attachedWindow, int appOp, int seq, WindowManager.LayoutParams a, int viewVisibility, final DisplayContent displayContent) argument

Completed in 890 milliseconds