Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducerTest.java42 RaceConditionReproducer eventProcessor; field in RaceConditionReproducerTest
46 eventProcessor = new RaceConditionReproducer(); in setup()
56 eventProcessor.onEvent("B1"); in run3_3_TestAction()
57 eventProcessor.onEvent("B2"); in run3_3_TestAction()
58 eventProcessor.onEvent("B3"); in run3_3_TestAction()
62 eventProcessor.onEvent("A1"); in run3_3_TestAction()
63 eventProcessor.onEvent("A2"); in run3_3_TestAction()
64 eventProcessor.onEvent("A3"); in run3_3_TestAction()
76 eventProcessor.startIteration(); in test3_3()
78 final boolean needMoreIterations = eventProcessor.finishIteration(); in test3_3()
[all …]
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DStartLauncherViaGestureTests.java55 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence); in runTest() local
61 eventProcessor.startIteration(); in runTest()
63 eventProcessor.finishIteration(); in runTest()