Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp299 const auto lastReportedPointerDisplayId = mPolicy->getLastReportedPointerDisplayId(); in TEST_F() local
300 ASSERT_TRUE(lastReportedPointerDisplayId) in TEST_F()
302 EXPECT_EQ(ADISPLAY_ID_DEFAULT, *lastReportedPointerDisplayId) in TEST_F()