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