Searched refs:totalDelay (Results 1 – 5 of 5) sorted by relevance
315 float totalDelay; in getDelayForView() local325 totalDelay = rowsCount * rowDelay + columnsCount * rowsCount * rowDelay; in getDelayForView()329 totalDelay = columnsCount * columnDelay + rowsCount * columnsCount * columnDelay; in getDelayForView()334 totalDelay = columnsCount * columnDelay + rowsCount * rowDelay; in getDelayForView()338 float normalizedDelay = viewDelay / totalDelay; in getDelayForView()341 return (long) (normalizedDelay * totalDelay); in getDelayForView()
380 final float totalDelay = delay * params.count; in getDelayForView() local386 float normalizedDelay = viewDelay / totalDelay; in getDelayForView()389 return (long) (normalizedDelay * totalDelay); in getDelayForView()
183 long totalDelay = removeDuration + Math.max(moveDuration, changeDuration); in runPendingAnimations() local185 view.postOnAnimationDelayed(adder, totalDelay); in runPendingAnimations()
182 long totalDelay = removeDuration + Math.max(moveDuration, changeDuration); in runPendingAnimations() local184 ViewCompat.postOnAnimationDelayed(view, adder, totalDelay); in runPendingAnimations()
1450 int totalDelay = 180; in performDismissAllAnimations() local1458 mStackScroller.dismissViewAnimated(view, endRunnable, totalDelay, 260); in performDismissAllAnimations()1460 totalDelay += currentDelay; in performDismissAllAnimations()