Searched refs:mWrapLength (Results 1 – 2 of 2) sorted by relevance
35 private final int mWrapLength; field in IndentingPrintWriter60 mWrapLength = wrapLength; in IndentingPrintWriter()145 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()
99666 Lcom/android/internal/util/IndentingPrintWriter;->mWrapLength:I