Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp299 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 …]
/frameworks/native/services/inputflinger/
DPointerChoreographer.h58 virtual void setDefaultMouseDisplayId(ui::LogicalDisplayId displayId) = 0;
95 void setDefaultMouseDisplayId(ui::LogicalDisplayId displayId) override;
DPointerChoreographer.cpp676 void PointerChoreographer::setDefaultMouseDisplayId(ui::LogicalDisplayId displayId) { in setDefaultMouseDisplayId() function in android::PointerChoreographer
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1160 mInputManager->getChoreographer().setDefaultMouseDisplayId(displayId); in setPointerDisplayId()