Searched refs:mWrapLength (Results 1 – 2 of 2) sorted by relevance
32 private final int mWrapLength; field in IndentingPrintWriter71 mWrapLength = wrapLength; in IndentingPrintWriter()179 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()
39 private final int mWrapLength; field in IndentingPrintWriter78 mWrapLength = wrapLength; in IndentingPrintWriter()216 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()