Home
last modified time | relevance | path

Searched defs:latchEnd (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java298 final AtomicReference<CountDownLatch> latchEnd = new AtomicReference<>(); in testShowOrHideImeWarm() local
381 AtomicReference<CountDownLatch> latchEnd) { in initLatch()
404 private void waitForAnimationEnd(AtomicReference<CountDownLatch> latchEnd) { in waitForAnimationEnd()
437 @Nullable AtomicReference<CountDownLatch> latchEnd) { in setImeListener()