Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp2019 sp<FakeWindowHandle> firstWindowInPrimary = in TEST_F() local
2021 firstWindowInPrimary->setFrame(Rect(0, 0, 100, 100)); in TEST_F()
2055 firstWindowInPrimary->consumeMotionDown(ADISPLAY_ID_DEFAULT); in TEST_F()
2061 firstWindowInPrimary->consumeMotionCancel(); in TEST_F()
2068 firstWindowInPrimary->assertNoEvents(); in TEST_F()
2075 firstWindowInPrimary->assertNoEvents(); in TEST_F()
2083 sp<FakeWindowHandle> firstWindowInPrimary = in TEST_F() local
2085 firstWindowInPrimary->setFrame(Rect(0, 0, 100, 100)); in TEST_F()
2119 firstWindowInPrimary->consumeMotionDown(SECOND_DISPLAY_ID); in TEST_F()
2132 firstWindowInPrimary->assertNoEvents(); in TEST_F()
[all …]