Searched refs:totalDelay (Results 1 – 5 of 5) sorted by relevance
317 float totalDelay; in getDelayForView() local327 totalDelay = rowsCount * rowDelay + columnsCount * rowsCount * rowDelay; in getDelayForView()331 totalDelay = columnsCount * columnDelay + rowsCount * columnsCount * columnDelay; in getDelayForView()336 totalDelay = columnsCount * columnDelay + rowsCount * rowDelay; in getDelayForView()340 float normalizedDelay = viewDelay / totalDelay; in getDelayForView()343 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()
2453 long totalDelay = SystemClock.elapsedRealtime()2455 if (totalDelay > userSwitchTimeoutMs) {2457 + "'s result was received " + totalDelay
5409 int totalDelay = 0; in clearNotifications() local5417 dismissViewAnimated(view, endRunnable, totalDelay, ANIMATION_DURATION_SWIPE); in clearNotifications()5419 totalDelay += currentDelay; in clearNotifications()