commit | fdba7f40918ac5bd04382ad664e368e929a95a0a | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu Oct 06 08:48:28 2022 -0700 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Oct 06 08:48:28 2022 -0700 |
tree | cbfdfe1a9327ad4f15a7c9e3215d38412251451e | |
parent | 1699b5cd4a1a0a96780c3a944a2cdacf53614b64 [diff] |
Remove dependency on IWindowManager from InputMethodBindingController With this CL, InputMethodBindingController starts using WindowManagerInternal#addWindowToken() instead of IWindowManager#addWindowToken() for simplicity. There should be no observable behavior change in this CL. Bug: 234882948 Test: presubmit Change-Id: Ib93d0c2b9a9580bbf1d25dda2a044741c265a0b5