Home | History | Annotate | Download | only in wm

Lines Matching defs:mAttrs

1244                 if (parentWindow.mAttrs.type >= FIRST_SUB_WINDOW
1245 && parentWindow.mAttrs.type <= LAST_SUB_WINDOW) {
1262 hasParent ? parentWindow.mAttrs.token : attrs.token);
1265 final int rootType = hasParent ? parentWindow.mAttrs.type : type;
1398 mPolicy.adjustWindowParamsLw(win.mAttrs);
1438 win.mAttrs.hideTimeoutMilliseconds);
1531 if (mPolicy.getInsetHintLw(win.mAttrs, taskBounds, displayInfo.rotation,
1663 if ((w.mAttrs.flags&WindowManager.LayoutParams.FLAG_SECURE) != 0) {
1774 if (win.mAttrs.type == TYPE_WALLPAPER) {
1777 } else if ((win.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0) {
1957 if (win.mAttrs.type != attrs.type) {
1965 attrs.x = win.mAttrs.x;
1966 attrs.y = win.mAttrs.y;
1967 attrs.width = win.mAttrs.width;
1968 attrs.height = win.mAttrs.height;
1971 flagChanges = win.mAttrs.flags ^= attrs.flags;
1972 attrChanges = win.mAttrs.copyFrom(attrs);
1990 + " req=" + requestedWidth + "x" + requestedHeight + " " + win.mAttrs);
1993 (win.mAttrs.privateFlags & PRIVATE_FLAG_COMPATIBLE_WINDOW) != 0;
1999 if (win.mAttrs.surfaceInsets.left != 0
2000 || win.mAttrs.surfaceInsets.top != 0
2001 || win.mAttrs.surfaceInsets.right != 0
2002 || win.mAttrs.surfaceInsets.bottom != 0) {
2013 && (win.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0;
2034 (win.mAppToken == null || win.mAttrs.type == TYPE_APPLICATION_STARTING
2057 + client + " (" + win.mAttrs.getTitle() + ")",
2065 if (win.mAttrs.type == TYPE_INPUT_METHOD && mInputMethodWindow == null) {
2116 + win.mAttrs.getTitle());
2127 //System.out.println("Focus may change: " + win.mAttrs.getTitle());
2249 if (win.mAttrs.type == TYPE_APPLICATION_STARTING) {
2303 surfaceController = winAnimator.createSurfaceLocked(win.mAttrs.type, win.mOwnerUid);
2344 if ((win.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0) {
4255 out.append(w.mAttrs.getTitle());
4303 out.append(focusedWindow.mAttrs.getTitle());
5328 window.mAttrs.flags &= ~FLAG_KEEP_SCREEN_ON;
6780 pw.println(" Window at fault: " + windowState.mAttrs.getTitle());