Searched refs:sTmpSB (Results 1 – 2 of 2) sorted by relevance
36 private static final StringBuilder sTmpSB = new StringBuilder(); field in WindowFrames187 pw.println(prefix + "Frames: parent=" + mParentFrame.toShortString(sTmpSB) in dump()188 + " display=" + mDisplayFrame.toShortString(sTmpSB) in dump()189 + " frame=" + mFrame.toShortString(sTmpSB) in dump()190 + " last=" + mLastFrame.toShortString(sTmpSB) in dump()
703 private static final StringBuilder sTmpSB = new StringBuilder(); field in WindowState4150 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()4151 + " mGivenVisibleInsets=" + mGivenVisibleInsets.toShortString(sTmpSB)); in dump()4166 pw.println(prefix + "mCompatFrame=" + mWindowFrames.mCompatFrame.toShortString(sTmpSB)); in dump()4170 pw.println(prefix + " surface=" + mAttrs.surfaceInsets.toShortString(sTmpSB)); in dump()