Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEvents.java34 public final class TestEvents { class
41 TestEvents.builder().mouse().primary().build();
43 TestEvents.builder().mouse().primary().ctrl().build();
45 TestEvents.builder().mouse().primary().alt().build();
47 TestEvents.builder().mouse().primary().shift().build();
49 TestEvents.builder().mouse().secondary().build();
51 TestEvents.builder().mouse().tertiary().build();
59 TestEvents.builder().touch().build();
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DDragStartListenerTest.java40 import com.android.documentsui.testing.TestEvents;
55 private TestEvents.Builder mEvent;
99 mEvent = TestEvents.builder() in setUp()
/aosp12/system/extras/perf2cfg/tests/
H A Dtest_events.py20 class TestEvents(unittest.TestCase): class