Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h82 virtual void notifyFocusedDisplayChanged(ui::LogicalDisplayId displayId) = 0;
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h208 void notifyFocusedDisplayChanged(ui::LogicalDisplayId displayId) override;
DFakeInputDispatcherPolicy.cpp494 void FakeInputDispatcherPolicy::notifyFocusedDisplayChanged(ui::LogicalDisplayId displayId) { in notifyFocusedDisplayChanged() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp365 void notifyFocusedDisplayChanged(ui::LogicalDisplayId displayId) override;
1112 void NativeInputManager::notifyFocusedDisplayChanged(ui::LogicalDisplayId displayId) { in notifyFocusedDisplayChanged() function in android::NativeInputManager
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5534 mPolicy.notifyFocusedDisplayChanged(mFocusedDisplayId); in setFocusedDisplay()