Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed9701bb authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "FocusResolver: Clean up focus requests and results when a display is removed" into sc-dev

parents aa8f6da7 b3ae628d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -997,10 +997,7 @@ void NativeInputManager::getDispatcherConfiguration(InputDispatcherConfiguration
}

void NativeInputManager::displayRemoved(JNIEnv* env, int32_t displayId) {
    // Set an empty list to remove all handles from the specific display.
    std::vector<sp<InputWindowHandle>> windowHandles;
    mInputManager->getDispatcher()->setInputWindows({{displayId, windowHandles}});
    mInputManager->getDispatcher()->setFocusedApplication(displayId, nullptr);
    mInputManager->getDispatcher()->displayRemoved(displayId);
}

void NativeInputManager::setFocusedApplication(JNIEnv* env, int32_t displayId,