Searched refs:totalDelay (Results 1 – 4 of 4) 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()
5605 int totalDelay = 180;5613 dismissViewAnimated(view, endRunnable, totalDelay, ANIMATION_DURATION_SWIPE);5615 totalDelay += currentDelay;