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

This commit is contained in:
Vishnu Nair
2021-06-21 20:32:34 +00:00
committed by Android (Google) Code Review

View File

@@ -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,