Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerChoreographerPolicyInterface.h56 virtual void notifyPointerDisplayIdChanged(ui::LogicalDisplayId displayId,
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h187 MOCK_METHOD(void, notifyPointerDisplayIdChanged,
DPointerChoreographer_test.cpp137 ON_CALL(mMockPolicy, notifyPointerDisplayIdChanged) in SetUp()
/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp74 policy.notifyPointerDisplayIdChanged(displayId, cursorPosition); in notifyPointerDisplayChange()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp383 void notifyPointerDisplayIdChanged(ui::LogicalDisplayId displayId,
776 void NativeInputManager::notifyPointerDisplayIdChanged(ui::LogicalDisplayId pointerDisplayId, in notifyPointerDisplayIdChanged() function in android::NativeInputManager