Home
last modified time | relevance | path

Searched defs:pointerDisplayId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/input/
DPointerController.h113 ui::LogicalDisplayId pointerDisplayId = ui::LogicalDisplayId::INVALID; member
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp211 void FakeInputReaderPolicy::setDefaultPointerDisplayId(ui::LogicalDisplayId pointerDisplayId) { in setDefaultPointerDisplayId()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp499 ui::LogicalDisplayId pointerDisplayId{ui::LogicalDisplayId::DEFAULT}; member
922 void NativeInputManager::notifyPointerDisplayIdChanged(ui::LogicalDisplayId pointerDisplayId, in notifyPointerDisplayIdChanged()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2999 std::optional<ui::LogicalDisplayId> pointerDisplayId, std::function<void()> dump, in addPointerWindowTarget()