Files
frameworks_base/core/java/android/view
Tarandeep Singh 322ee9bf9e Freeup lock when IME is set inactive and unbound
Any pending windowGainedFocus future should be cancelled when IME is
switched/unbound.
Additinally, startInputInner() inside synchronized block blocked
WINDOW_FOCUS_GAIN from executing. Its fine to remove synchronization
here since startInputInner() already has relevant synchronized blocks.

Change-Id: I98cb044d8cbfb80480312a3923f168aefa9b7e7d
Fix: 144103599
Bug: 139806621
Test: Manually using the steps in bug.
2019-11-14 11:12:23 -08:00
..
2019-10-10 22:41:57 +00:00
2019-11-12 17:49:51 +01:00
2019-11-12 17:49:51 +01:00
2019-10-17 17:21:29 +00:00
2019-10-30 12:35:17 -07:00