Searched refs:timeoutRemaining (Results 1 – 1 of 1) sorted by relevance
8973 long timeoutRemaining = ANIMATION_COMPLETED_TIMEOUT_MS; in waitForAnimationsToComplete() local8978 while (timeoutRemaining > 0) { in waitForAnimationsToComplete()8994 mGlobalLock.wait(timeoutRemaining); in waitForAnimationsToComplete()8997 timeoutRemaining -= (System.currentTimeMillis() - startTime); in waitForAnimationsToComplete()