Home | History | Annotate | Download | only in wm

Lines Matching refs:pw

477         final int pw = mContainingFrame.width();
483 w = pw;
498 w = pw;
546 (int) (x + mAttrs.horizontalMargin * pw),
604 + mRequestedHeight + ") to" + " (pw=" + pw + ", ph=" + ph
1304 void dump(PrintWriter pw, String prefix, boolean dumpAll) {
1305 pw.print(prefix); pw.print("mDisplayId="); pw.print(mDisplayContent.getDisplayId());
1306 pw.print(" mSession="); pw.print(mSession);
1307 pw.print(" mClient="); pw.println(mClient.asBinder());
1308 pw.print(prefix); pw.print("mOwnerUid="); pw.print(mOwnerUid);
1309 pw.print(" mShowToOwnerOnly="); pw.print(mShowToOwnerOnly);
1310 pw.print(" package="); pw.print(mAttrs.packageName);
1311 pw.print(" appop="); pw.println(AppOpsManager.opToName(mAppOp));
1312 pw.print(prefix); pw.print("mAttrs="); pw.println(mAttrs);
1313 pw.print(prefix); pw.print("Requested w="); pw.print(mRequestedWidth);
1314 pw.print(" h="); pw.print(mRequestedHeight);
1315 pw.print(" mLayoutSeq="); pw.println(mLayoutSeq);
1317 pw.print(prefix); pw.print("LastRequested w="); pw.print(mLastRequestedWidth);
1318 pw.print(" h="); pw.println(mLastRequestedHeight);
1321 pw.print(prefix); pw.print("mAttachedWindow="); pw.print(mAttachedWindow);
1322 pw.print(" mLayoutAttached="); pw.println(mLayoutAttached);
1325 pw.print(prefix); pw.print("mIsImWindow="); pw.print(mIsImWindow);
1326 pw.print(" mIsWallpaper="); pw
1327 pw.print(" mIsFloatingLayer="); pw.print(mIsFloatingLayer);
1328 pw.print(" mWallpaperVisible="); pw.println(mWallpaperVisible);
1331 pw.print(prefix); pw.print("mBaseLayer="); pw.print(mBaseLayer);
1332 pw.print(" mSubLayer="); pw.print(mSubLayer);
1333 pw.print(" mAnimLayer="); pw.print(mLayer); pw.print("+");
1334 pw.print((mTargetAppToken != null ?
1337 pw.print("="); pw.print(mWinAnimator.mAnimLayer);
1338 pw.print(" mLastLayer="); pw.println(mWinAnimator.mLastLayer);
1341 pw.print(prefix); pw.print("mToken="); pw.println(mToken);
1342 pw.print(prefix); pw.print("mRootToken="); pw.println(mRootToken);
1344 pw.print(prefix); pw.print("mAppToken="); pw.println(mAppToken);
1347 pw.print(prefix); pw.print("mTargetAppToken="); pw.println(mTargetAppToken);
1349 pw.print(prefix); pw.print("mViewVisibility=0x");
1350 pw.print(Integer.toHexString(mViewVisibility));
1351 pw.print(" mHaveFrame="); pw.print(mHaveFrame);
1352 pw.print(" mObscured="); pw.println(mObscured);
1353 pw.print(prefix); pw.print("mSeq="); pw.print(mSeq);
1354 pw.print(" mSystemUiVisibility=0x");
1355 pw.println(Integer.toHexString(mSystemUiVisibility));
1359 pw.print(prefix); pw.print("mPolicyVisibility=");
1360 pw.print(mPolicyVisibility);
1361 pw.print(" mPolicyVisibilityAfterAnim=");
1362 pw.print(mPolicyVisibilityAfterAnim);
1363 pw.print(" mAppOpVisibility=");
1364 pw.print(mAppOpVisibility);
1365 pw.print(" mAttachedHidden="); pw.println(mAttachedHidden);
1368 pw.print(prefix); pw.print("mRelayoutCalled="); pw.print(mRelayoutCalled);
1369 pw.print(" mLayoutNeeded="); pw.println(mLayoutNeeded);
1372 pw.print(prefix); pw.print("Offsets x="); pw.print(mXOffset);
1373 pw.print(" y="); pw.println(mYOffset);
1376 pw.print(prefix); pw.print("mGivenContentInsets=");
1377 mGivenContentInsets.printShortString(pw);
1378 pw.print(" mGivenVisibleInsets=");
1379 mGivenVisibleInsets.printShortString(pw);
1380 pw.println();
1382 pw.print(prefix); pw.print("mTouchableInsets="); pw.print(mTouchableInsets);
1383 pw.print(" mGivenInsetsPending="); pw.println(mGivenInsetsPending);
1386 pw.print(prefix); pw.print("touchable region="); pw.println(region);
1388 pw.print(prefix); pw.print("mConfiguration="); pw.println(mConfiguration);
1390 pw.print(prefix); pw.print("mHasSurface="); pw.print(mHasSurface);
1391 pw.print(" mShownFrame="); mShownFrame.printShortString(pw);
1392 pw.print(" isReadyForDisplay()="); pw.println(isReadyForDisplay());
1394 pw.print(prefix); pw.print("mFrame="); mFrame.printShortString(pw);
1395 pw.print(" last="); mLastFrame.printShortString(pw);
1396 pw.println();
1397 pw.print(prefix); pw.print("mSystemDecorRect="); mSystemDecorRect.printShortString(pw);
1398 pw.print(" last="); mLastSystemDecorRect.printShortString(pw);
1399 pw.println();
1402 pw.print(prefix); pw.print("mCompatFrame="); mCompatFrame.printShortString(pw);
1403 pw.println();
1406 pw.print(prefix); pw.print("Frames: containing=");
1407 mContainingFrame.printShortString(pw);
1408 pw.print(" parent="); mParentFrame.printShortString(pw);
1409 pw.println();
1410 pw.print(prefix); pw.print(" display="); mDisplayFrame.printShortString(pw);
1411 pw.print(" overscan="); mOverscanFrame.printShortString(pw);
1412 pw.println();
1413 pw.print(prefix); pw.print(" content="); mContentFrame.printShortString(pw);
1414 pw.print(" visible="); mVisibleFrame.printShortString(pw);
1415 pw.println();
1416 pw.print(prefix); pw.print(" decor="); mDecorFrame.printShortString(pw);
1417 pw.println();
1418 pw.print(prefix); pw.print("Cur insets: overscan=");
1419 mOverscanInsets.printShortString(pw);
1420 pw.print(" content="); mContentInsets.printShortString(pw);
1421 pw.print(" visible="); mVisibleInsets.printShortString(pw);
1422 pw.println();
1423 pw.print(prefix); pw.print("Lst insets: overscan=");
1424 mLastOverscanInsets.printShortString(pw);
1425 pw.print(" content="); mLastContentInsets.printShortString(pw);
1426 pw.print(" visible="); mLastVisibleInsets.printShortString(pw);
1427 pw.println();
1429 pw.print(prefix); pw.print(mWinAnimator); pw.println(":");
1430 mWinAnimator.dump(pw, prefix + " ", dumpAll);
1432 pw.print(prefix); pw.print("mExiting="); pw.print(mExiting);
1433 pw.print(" mRemoveOnExit="); pw.print(mRemoveOnExit);
1434 pw.print(" mDestroying="); pw.print(mDestroying);
1435 pw.print(" mRemoved="); pw.println(mRemoved);
1438 pw.print(prefix); pw.print("mOrientationChanging=");
1439 pw.print(mOrientationChanging);
1440 pw.print(" mAppFreezing="); pw.print(mAppFreezing);
1441 pw.print(" mTurnOnScreen="); pw.println(mTurnOnScreen);
1444 pw.print(prefix); pw.print("mLastFreezeDuration=");
1445 TimeUtils.formatDuration(mLastFreezeDuration, pw); pw.println();
1448 pw.print(prefix); pw.print("mHScale="); pw.print(mHScale);
1449 pw.print(" mVScale="); pw.println(mVScale);
1452 pw.print(prefix); pw.print("mWallpaperX="); pw.print(mWallpaperX);
1453 pw.print(" mWallpaperY="); pw.println(mWallpaperY);
1456 pw.print(prefix); pw.print("mWallpaperXStep="); pw.print(mWallpaperXStep);
1457 pw.print(" mWallpaperYStep="); pw.println(mWallpaperYStep);