Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp1665 auto firstMousePc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F() local
1666 ASSERT_EQ(DISPLAY_ID, firstMousePc->getDisplayId()); in TEST_F()
1672 firstMousePc->assertPointerIconSet(PointerIconStyle::TYPE_TEXT); in TEST_F()
1679 firstMousePc->assertPointerIconNotSet(); in TEST_F()
2073 auto firstMousePc = assertPointerControllerCreated(ControllerType::MOUSE); in TEST_F() local
2074 ASSERT_EQ(DISPLAY_ID, firstMousePc->getDisplayId()); in TEST_F()
2079 ASSERT_TRUE(firstMousePc->isPointerShown()); in TEST_F()
2084 ASSERT_TRUE(firstMousePc->isPointerShown()); in TEST_F()
2103 firstMousePc->assertPointerIconSet(PointerIconStyle::TYPE_TEXT); in TEST_F()
2105 ASSERT_TRUE(firstMousePc->isPointerShown()); in TEST_F()
[all …]