Searched refs:mCurrentLength (Results 1 – 3 of 3) sorted by relevance
45 private int mCurrentLength; field in IndentingPrintWriter207 mCurrentLength++; in write()213 mCurrentLength = 0; in write()217 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()222 mCurrentLength = lineEnd - lineStart; in write()230 mCurrentLength = 0; in write()
77 private long mCurrentLength; field in StackStateAnimator128 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()159 mAnimationProperties.duration = mCurrentLength; in initAnimationProperties()
88551 Lcom/android/internal/util/IndentingPrintWriter;->mCurrentLength:I