Update IMMI#onImeParentChanged() to take the display ID
To support multi-session IME, IMMI needs to know the display hosting the IME window. So this CL gets the display ID from DisplayContent, and passes it to IMMI. This CL just passes an unused parameter to IMMS. It doesn't change the behavior of the code, thus no flag is required. The passed parameter will be used by another CL to implement the multi-session IME, and that CL will be protected by the concurrent_input_methods feature flag. Bug: 305829876 Test: atest WmTests && atest FrameworksServicesTests Change-Id: Ifbfe231102585021d9835760c4a2b742d8e5c027
Loading
Please register or sign in to comment