Searched refs:setDefaultMouseDisplayId (Results 1 – 4 of 4) sorted by relevance
299 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()316 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()327 mChoreographer.setDefaultMouseDisplayId(ANOTHER_DISPLAY_ID); in TEST_F()336 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()348 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()361 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()380 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()389 mChoreographer.setDefaultMouseDisplayId(ANOTHER_DISPLAY_ID); in TEST_F()398 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()428 mChoreographer.setDefaultMouseDisplayId(DISPLAY_ID); in TEST_F()[all …]
58 virtual void setDefaultMouseDisplayId(ui::LogicalDisplayId displayId) = 0;95 void setDefaultMouseDisplayId(ui::LogicalDisplayId displayId) override;
676 void PointerChoreographer::setDefaultMouseDisplayId(ui::LogicalDisplayId displayId) { in setDefaultMouseDisplayId() function in android::PointerChoreographer
1160 mInputManager->getChoreographer().setDefaultMouseDisplayId(displayId); in setPointerDisplayId()