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