Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
DImePerfTest.java257 final AtomicReference<CountDownLatch> latchStart = new AtomicReference<>(); in testShowImeCold() local
297 final AtomicReference<CountDownLatch> latchStart = new AtomicReference<>(); in testShowOrHideImeWarm() local
380 private void initLatch(AtomicReference<CountDownLatch> latchStart, in initLatch()
393 AtomicReference<CountDownLatch> latchStart, AtomicLong startTime) { in waitForAnimationStart()
436 @NonNull AtomicReference<CountDownLatch> latchStart, in setImeListener()