Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakePointerController.h55 void assertSpotCount(ui::LogicalDisplayId displayId, int32_t count);
DFakePointerController.cpp104 void FakePointerController::assertSpotCount(ui::LogicalDisplayId displayId, int32_t count) { in assertSpotCount() function in android::FakePointerController
DPointerChoreographer_test.cpp797 pc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()
809 pc->assertSpotCount(DISPLAY_ID, 2); in TEST_F()
821 pc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()
830 pc->assertSpotCount(DISPLAY_ID, 0); in TEST_F()
848 pc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()
868 firstDisplayPc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()
889 secondDisplayPc->assertSpotCount(ANOTHER_DISPLAY_ID, 2); in TEST_F()
892 firstDisplayPc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()
907 pc->assertSpotCount(DISPLAY_ID, 1); in TEST_F()