Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp321 auto firstDisplayPc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F() local
322 firstDisplayPc->assertViewportSet(DISPLAY_ID); in TEST_F()
323 ASSERT_TRUE(firstDisplayPc->isPointerShown()); in TEST_F()
328 assertPointerControllerRemoved(firstDisplayPc); in TEST_F()
385 auto firstDisplayPc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F() local
390 assertPointerControllerRemoved(firstDisplayPc); in TEST_F()
867 auto firstDisplayPc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F() local
868 firstDisplayPc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()
892 firstDisplayPc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()
1174 auto firstDisplayPc = assertPointerControllerCreated(controllerType); in TEST_P() local
[all …]