Searched refs:mCurrentLength (Results 1 – 2 of 2) sorted by relevance
41 private int mCurrentLength; field in IndentingPrintWriter134 mCurrentLength++; in write()140 mCurrentLength = 0; in write()144 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()149 mCurrentLength = lineEnd - lineStart; in write()157 mCurrentLength = 0; in write()
79 private long mCurrentLength; field in StackStateAnimator138 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()169 mAnimationProperties.duration = mCurrentLength; in initAnimationProperties()