Searched refs:mCurrentLength (Results 1 – 2 of 2) sorted by relevance
40 private int mCurrentLength; field in IndentingPrintWriter110 mCurrentLength++; in write()116 mCurrentLength = 0; in write()120 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()125 mCurrentLength = lineEnd - lineStart; in write()133 mCurrentLength = 0; in write()
68 private long mCurrentLength; field in StackStateAnimator124 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()151 mAnimationProperties.duration = mCurrentLength; in initAnimationProperties()