Searched refs:mWrapLength (Results 1 – 1 of 1) sorted by relevance
33 private final int mWrapLength; field in IndentingPrintWriter57 mWrapLength = wrapLength; in IndentingPrintWriter()140 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()