Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java258 final AtomicReference<CountDownLatch> latchStart = new AtomicReference<>(); in testShowImeCold() local
316 final AtomicReference<CountDownLatch> latchStart = new AtomicReference<>(); in testShowOrHideImeWarm() local
399 private void initLatch(AtomicReference<CountDownLatch> latchStart, in initLatch()
412 AtomicReference<CountDownLatch> latchStart, AtomicLong startTime) { in waitForAnimationStart()
459 @NonNull AtomicReference<CountDownLatch> latchStart, in setImeListener()