Searched refs:isPointerShown (Results 1 – 3 of 3) sorted by relevance
132 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 …]
64 bool isPointerShown();
147 bool FakePointerController::isPointerShown() { in isPointerShown() function in android::FakePointerController