Searched refs:mCurrentLength (Results 1 – 3 of 3) sorted by relevance
47 private int mCurrentLength; field in IndentingPrintWriter209 mCurrentLength++; in write()215 mCurrentLength = 0; in write()219 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()224 mCurrentLength = lineEnd - lineStart; in write()232 mCurrentLength = 0; in write()
88 private long mCurrentLength; field in StackStateAnimator156 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()191 mAnimationProperties.duration = mCurrentLength; in initAnimationProperties()
84585 Lcom/android/internal/util/IndentingPrintWriter;->mCurrentLength:I