Searched refs:timeoutRemaining (Results 1 – 1 of 1) sorted by relevance
8225 long timeoutRemaining = ANIMATION_COMPLETED_TIMEOUT_MS; in waitForAnimationsToComplete() local8230 while (timeoutRemaining > 0) { in waitForAnimationsToComplete()8246 mGlobalLock.wait(timeoutRemaining); in waitForAnimationsToComplete()8249 timeoutRemaining -= (System.currentTimeMillis() - startTime); in waitForAnimationsToComplete()