Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducerTest.java59 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(); in test3_3() local
63 eventProcessor.startIteration(); in test3_3()
65 final boolean needMoreIterations = eventProcessor.finishIteration(); in test3_3()
68 SOME_VALID_SEQUENCE_3_3.equals(eventProcessor.getCurrentSequenceString()); in test3_3()
75 eventProcessor.numberOfLeafNodes()); in test3_3()
83 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(); in test3_3_enter_exit() local
87 eventProcessor.startIteration(); in test3_3_enter_exit()
104 final boolean needMoreIterations = eventProcessor.finishIteration(); in test3_3_enter_exit()
108 equals(eventProcessor.getCurrentSequenceString()); in test3_3_enter_exit()
115 eventProcessor.numberOfLeafNodes()); in test3_3_enter_exit()
[all …]
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DStartLauncherViaGestureTests.java53 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence); in runTest() local
59 eventProcessor.startIteration(); in runTest()
61 eventProcessor.finishIteration(); in runTest()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DRaceConditionTracker.java36 static void setEventProcessor(EventProcessor eventProcessor) { in setEventProcessor() argument
37 sEventProcessor = eventProcessor; in setEventProcessor()