Lines Matching refs:mAttrs

1038             if (win.mAttrs.type == TYPE_BASE_APPLICATION) {
1291 final int fl = w.mAttrs.flags
1294 || w.mAttrs.type == TYPE_APPLICATION_STARTING) {
1330 + " " + win + " fl=0x" + Integer.toHexString(win.mAttrs.flags));
1341 && w.mAttrs.type == TYPE_APPLICATION_STARTING
1742 if ((w.mAttrs.type == TYPE_WALLPAPER)) {
1764 final boolean hasWallpaper = (w.mAttrs.flags&FLAG_SHOW_WALLPAPER) != 0
1903 (wb.mAttrs.type != TYPE_APPLICATION_STARTING ||
2005 final int type = foundW.mAttrs.type;
2006 final int privateFlags = foundW.mAttrs.privateFlags;
2114 if (rawChanged && (wallpaperWin.mAttrs.privateFlags &
2315 if (attachedWindow.mAttrs.type >= FIRST_SUB_WINDOW
2316 && attachedWindow.mAttrs.type <= LAST_SUB_WINDOW) {
2434 mPolicy.adjustWindowParamsLw(win.mAttrs);
2511 mPolicy.getInsetHintLw(win.mAttrs, outContentInsets, outStableInsets);
2602 if (win.mAttrs.type == TYPE_APPLICATION_STARTING) {
2638 if (win.mAttrs.type == TYPE_APPLICATION_STARTING) {
2726 } else if (win.mAttrs.type == TYPE_INPUT_METHOD_DIALOG) {
2765 if (win.mAttrs.type == TYPE_WALLPAPER) {
2769 } else if ((win.mAttrs.flags&FLAG_SHOW_WALLPAPER) != 0) {
3050 if (win.mAttrs.type != attrs.type) {
3054 flagChanges = win.mAttrs.flags ^= attrs.flags;
3055 attrChanges = win.mAttrs.copyFrom(attrs);
3063 + " req=" + requestedWidth + "x" + requestedHeight + " " + win.mAttrs);
3066 (win.mAttrs.privateFlags & PRIVATE_FLAG_COMPATIBLE_WINDOW) != 0;
3073 ((win.mAttrs.flags & WindowManager.LayoutParams.FLAG_SCALED) != 0);
3094 && (win.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0;
3125 if ((win.mAttrs.flags
3161 + client + " (" + win.mAttrs.getTitle() + ")",
3169 if (win.mAttrs.type == TYPE_INPUT_METHOD
3174 if (win.mAttrs.type == TYPE_BASE_APPLICATION
3184 WindowManager.LayoutParams sa = win.mAppToken.startingWindow.mAttrs;
3185 sa.flags = (sa.flags&~mask) | (win.mAttrs.flags&mask);
3200 if (win.mAttrs.type == TYPE_APPLICATION_STARTING) {
3236 //System.out.println("Focus may change: " + win.mAttrs.getTitle());
3354 if ((win.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0) {
3398 ((win.mAttrs.flags & FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) != 0);
3734 int req = win.mAttrs.screenOrientation;
5728 if (w.mAttrs.type == TYPE_BOOT_PROGRESS) {
5730 } else if (w.mAttrs.type == TYPE_APPLICATION) {
5732 } else if (w.mAttrs.type == TYPE_WALLPAPER) {
5734 } else if (w.mAttrs.type == TYPE_STATUS_BAR) {
6819 out.append(w.mAttrs.getTitle());
6867 out.append(focusedWindow.mAttrs.getTitle());
8174 if (imFocus.mAttrs.type == LayoutParams.TYPE_APPLICATION_STARTING
8590 if (w.mAttrs.type == TYPE_WALLPAPER || w.mAttrs.type == TYPE_UNIVERSE_BACKGROUND) {
8870 final boolean gone = (behindDream && mPolicy.canBeForceHidden(win, win.mAttrs))
8900 ((win.mAttrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0 ||
8902 || win.mAttrs.type == TYPE_UNIVERSE_BACKGROUND) {
8908 if (win.mAttrs.type == TYPE_DREAM) {
8927 && win.mAttrs.type == TYPE_UNIVERSE_BACKGROUND
8957 if (attachedBehindDream && mPolicy.canBeForceHidden(win, win.mAttrs)) {
8975 } else if (win.mAttrs.type == TYPE_DREAM) {
9120 animLp = ws.mAttrs;
9128 animLp = ws.mAttrs;
9481 final WindowManager.LayoutParams attrs = w.mAttrs;
9497 if (!mInnerFields.mSyswin && w.mAttrs.screenBrightness >= 0
9499 mInnerFields.mScreenBrightness = w.mAttrs.screenBrightness;
9501 if (!mInnerFields.mSyswin && w.mAttrs.buttonBrightness >= 0
9503 mInnerFields.mButtonBrightness = w.mAttrs.buttonBrightness;
9505 if (!mInnerFields.mSyswin && w.mAttrs.userActivityTimeout >= 0
9507 mInnerFields.mUserActivityTimeout = w.mAttrs.userActivityTimeout;
9538 && w.mAttrs.preferredRefreshRate != 0) {
9539 mInnerFields.mPreferredRefreshRate = w.mAttrs.preferredRefreshRate;
9546 final WindowManager.LayoutParams attrs = w.mAttrs;
9731 mPolicy.applyPostLayoutPolicyLw(w, w.mAttrs, w.mAttachedWindow);
9811 if (w.mAttrs.type == TYPE_DREAM) {
9824 if ((w.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0) {
10508 + ", flags=" + win.mAttrs.flags
10526 if (wtoken != null && win.mAttrs.type != TYPE_APPLICATION_STARTING &&
10610 if (ws.isOnScreen() && (ws.mAttrs.flags & FLAG_SECURE) != 0) {
10810 if (newValue != curValue || ws.mAttrs.hasSystemUiListeners) {
11268 if (w.mAttrs.getTitle().toString().contains(name)) {
11316 pw.println(" Window at fault: " + windowState.mAttrs.getTitle());
11752 && (win.mAppToken != null || mPolicy.isForceHiding(win.mAttrs))) {