Home
last modified time | relevance | path

Searched refs:recentsSemaphore (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DRecentsAnimationPerfTest.java176 final Semaphore recentsSemaphore = new Semaphore(1); in testRecentsAnimation() local
209 recentsSemaphore.release(); in testRecentsAnimation()
225 recentsSemaphore.tryAcquire(); in testRecentsAnimation()
236 Assume.assumeTrue(recentsSemaphore.tryAcquire( in testRecentsAnimation()