Searched refs:timeoutRemaining (Results 1 – 1 of 1) sorted by relevance
7711 long timeoutRemaining = ANIMATION_COMPLETED_TIMEOUT_MS; in waitForAnimationsToComplete() local7712 while (mRoot.isSelfOrChildAnimating() && timeoutRemaining > 0) { in waitForAnimationsToComplete()7715 mGlobalLock.wait(timeoutRemaining); in waitForAnimationsToComplete()7718 timeoutRemaining -= (System.currentTimeMillis() - startTime); in waitForAnimationsToComplete()