HomeSort by relevance Sort by last modified time
    Searched refs:attachedWindow (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 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;
    [all...]
WindowStateAnimator.java 142 final WindowState attachedWindow) {
145 mAttachedWindow = attachedWindow;
    [all...]
WindowManagerService.java     [all...]

Completed in 32 milliseconds