Searched refs:sTmpSB (Results 1 – 2 of 2) sorted by relevance
51 private static final StringBuilder sTmpSB = new StringBuilder(); field in WindowFrames421 + mContainingFrame.toShortString(sTmpSB) in dump()422 + " parent=" + mParentFrame.toShortString(sTmpSB)); in dump()423 pw.println(prefix + " display=" + mDisplayFrame.toShortString(sTmpSB) in dump()424 + " overscan=" + mOverscanFrame.toShortString(sTmpSB)); in dump()425 pw.println(prefix + " content=" + mContentFrame.toShortString(sTmpSB) in dump()426 + " visible=" + mVisibleFrame.toShortString(sTmpSB)); in dump()427 pw.println(prefix + " decor=" + mDecorFrame.toShortString(sTmpSB)); in dump()428 pw.println(prefix + " outset=" + mOutsetFrame.toShortString(sTmpSB)); in dump()429 pw.println(prefix + "mFrame=" + mFrame.toShortString(sTmpSB) in dump()[all …]
585 private static final StringBuilder sTmpSB = new StringBuilder(); field in WindowState3541 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()3542 + " mGivenVisibleInsets=" + mGivenVisibleInsets.toShortString(sTmpSB)); in dump()3557 pw.println(prefix + "mCompatFrame=" + mWindowFrames.mCompatFrame.toShortString(sTmpSB)); in dump()3561 pw.println(prefix + " surface=" + mAttrs.surfaceInsets.toShortString(sTmpSB)); in dump()