Loading services/core/jni/com_android_server_input_InputManagerService.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,7 @@ public: PointerControllerInterface::ControllerType type) override; void notifyPointerDisplayIdChanged(ui::LogicalDisplayId displayId, const FloatPoint& position) override; void notifyMouseCursorFadedOnTyping() override; /* --- InputFilterPolicyInterface implementation --- */ void notifyStickyModifierStateChanged(uint32_t modifierState, Loading Loading @@ -788,6 +789,10 @@ void NativeInputManager::notifyPointerDisplayIdChanged(ui::LogicalDisplayId poin InputReaderConfiguration::Change::DISPLAY_INFO); } void NativeInputManager::notifyMouseCursorFadedOnTyping() { mInputManager->getReader().notifyMouseCursorFadedOnTyping(); } void NativeInputManager::notifyStickyModifierStateChanged(uint32_t modifierState, uint32_t lockedModifierState) { JNIEnv* env = jniEnv(); Loading Loading
services/core/jni/com_android_server_input_InputManagerService.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,7 @@ public: PointerControllerInterface::ControllerType type) override; void notifyPointerDisplayIdChanged(ui::LogicalDisplayId displayId, const FloatPoint& position) override; void notifyMouseCursorFadedOnTyping() override; /* --- InputFilterPolicyInterface implementation --- */ void notifyStickyModifierStateChanged(uint32_t modifierState, Loading Loading @@ -788,6 +789,10 @@ void NativeInputManager::notifyPointerDisplayIdChanged(ui::LogicalDisplayId poin InputReaderConfiguration::Change::DISPLAY_INFO); } void NativeInputManager::notifyMouseCursorFadedOnTyping() { mInputManager->getReader().notifyMouseCursorFadedOnTyping(); } void NativeInputManager::notifyStickyModifierStateChanged(uint32_t modifierState, uint32_t lockedModifierState) { JNIEnv* env = jniEnv(); Loading