commit | 45225d29e1694ca1de03b46e7c0ed0108e87fef5 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Wed Jun 29 20:54:41 2022 -0700 |
committer | Yohei Yukawa <yukawa@google.com> | Wed Jun 29 20:54:41 2022 -0700 |
tree | 44e26a6691bdc76c2b139aa429f044564e78085b | |
parent | 619b40d8e8e26c6e8da3335709334448d6d681e7 [diff] |
Introduce IInputMethodManager.InitParams IInputMethod#initializeInternal() is a hot-spot where we keep adding new parameters recently. Introducing a dedicated parameter object would allow us to add further parameters with fewer lines of changes. This is a mechanical refactoring. There should be no developer observable behavior change. Bug: 234882948 Test: presubmit Change-Id: I98a5424385804ec190885ba53973935f9db66b88