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 …]
609 private static final StringBuilder sTmpSB = new StringBuilder(); field in WindowState3656 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()3657 + " mGivenVisibleInsets=" + mGivenVisibleInsets.toShortString(sTmpSB)); in dump()3672 pw.println(prefix + "mCompatFrame=" + mWindowFrames.mCompatFrame.toShortString(sTmpSB)); in dump()3676 pw.println(prefix + " surface=" + mAttrs.surfaceInsets.toShortString(sTmpSB)); in dump()