Searched refs:mCurrentLength (Results 1 – 2 of 2) sorted by relevance
39 private int mCurrentLength; field in IndentingPrintWriter85 mCurrentLength++; in write()91 mCurrentLength = 0; in write()95 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()100 mCurrentLength = lineEnd - lineStart; in write()108 mCurrentLength = 0; in write()
80 private long mCurrentLength; field in StackStateAnimator111 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()173 long duration = mCurrentLength; in startAnimations()257 child.performAddAnimation(delay, mCurrentLength); in startAnimations()