Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp132 EXPECT_FALSE(pc->isPointerShown()); in SetUp()
282 ASSERT_TRUE(pc->isPointerShown()); in TEST_F()
309 ASSERT_TRUE(pc->isPointerShown()); in TEST_F()
323 ASSERT_TRUE(firstDisplayPc->isPointerShown()); in TEST_F()
332 ASSERT_TRUE(secondDisplayPc->isPointerShown()); in TEST_F()
419 ASSERT_TRUE(pc->isPointerShown()); in TEST_F()
452 ASSERT_TRUE(pc->isPointerShown()); in TEST_F()
493 ASSERT_TRUE(associatedMousePc->isPointerShown()); in TEST_F()
538 ASSERT_FALSE(pc->isPointerShown()); in TEST_F()
557 ASSERT_TRUE(pc->isPointerShown()); in TEST_F()
[all …]
DFakePointerController.h64 bool isPointerShown();
DFakePointerController.cpp147 bool FakePointerController::isPointerShown() { in isPointerShown() function in android::FakePointerController