Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp67 std::optional<int32_t> getLastReportedPointerDisplayId() { return latestPointerDisplayId; } in getLastReportedPointerDisplayId() function in android::MockPointerControllerPolicyInterface
294 EXPECT_FALSE(mPolicy->getLastReportedPointerDisplayId()) in TEST_F()
299 const auto lastReportedPointerDisplayId = mPolicy->getLastReportedPointerDisplayId(); in TEST_F()
307 EXPECT_EQ(42, *mPolicy->getLastReportedPointerDisplayId()) in TEST_F()
313 EXPECT_EQ(ADISPLAY_ID_NONE, *mPolicy->getLastReportedPointerDisplayId()) in TEST_F()