Sunny Goyal
455ba62b5d
Migrating all model tests to Instrumentation tests
...
Bug: 196825541
Test: Presubmit
Change-Id: Iebd46eb41eb46c187d569197f4b97b4fddc0f6f7
2021-08-23 12:34:44 -07:00
Thiru Ramasamy
95b09f9067
Fixes duplicate logging for LAUNCHER_ALLAPPS_KEYBOARD_CLOSED events.
...
Bug: 178562918
Test: Manual
Change-Id: Id32b621c0f506bba4378f6f6b81d7cfece3cb373
2021-06-17 00:05:56 +00:00
Hyunyoung Song
0ba45e4d5e
Remove IME visibility check before closing the keyboard
...
Bug: 185890446
Test: manual
TL;DR;;
In racy condition, keyboard is not visible when the check happens
but in next frame, it becomes visible.
Change-Id: I3336f3c967804e5ccdea9110c363e92d83b7bc02
2021-06-14 23:15:52 -07:00
thiruram
5435b07ed4
[AA+] Fixing missing logs forr keyboard close interactions.
...
Bug: 178562918
Test: Manual
Change-Id: Id5a7fc3d8ded675c6a64de7416fade74ae2bacd1
2021-06-06 21:26:31 +00:00
Hyunyoung Song
af6686bf1f
Use IMM.hideSoftInputFromWindow to close the window
...
Bug: 187589678
Test: manual
Change-Id: Id46a36432a03638877f854f32bfa03183c7cb019
2021-05-13 01:13:57 -07:00
Sunny Goyal
5996937798
Removing Launcher dependency from Folders
...
This allows opening/closing folders without a Launcher context
Bug: 187353581
Test: Manual
Change-Id: Id73a40445a23004eb554f0422d286aa0ff6b3c41
2021-05-10 14:01:43 -07:00
Hyunyoung Song
e72dd4a859
Call windowInsetController.hide method when hiding keyboard
...
Bug: 186608200
Test: manual
Change-Id: I9a819aec217a91e8b6de58d074dbdb134dacaeb8
2021-05-02 23:20:55 -07:00
Hyunyoung Song
e25ee1ed98
Check IME visibility check before calling IMM.hide()
...
Bug: 183062683
Bug: 185558351
Test: manual
Change-Id: Ib3bee0f895cc03c6faeb662d078d013ac4d6e406
2021-05-01 01:50:19 -07:00
Sunny Goyal
73b5a27b14
Updating some non-final static objects
...
Updating various static objects to use a standard pattern so that
it is easier to track and cleanup those objects
Bug: 141376165
Change-Id: Ia539cbfa338d544dddad771c5027b6748762768b
2019-12-11 13:22:58 -08:00
Sunny Goyal
210e174c9c
Subclassing Launcher instead of using UiFactory
...
Allows us to override only the required methods, instead of providing
a proxy method for everything
Change-Id: I816dcdb2a8d5432496050118ded0f2bbe7122cf7
2019-10-21 11:10:21 -07:00
Winson Chung
bfcee430fe
5/ Remove OverviewInteractionState
...
- We can move the background call to UiThreadHelper, the last sysui flags
and back button alpha to SystemUiProxy (and dedupe values there as well)
Bug: 141886704
Change-Id: I22183608700c6d71355597c7a08eefa19f4381fd
2019-10-08 13:15:15 -07:00
Winson Chung
8ff53f7e65
4/ Move SystemUiProxy to its own singleton instead of routing through the model
...
Bug: 141886704
Change-Id: I415b9ef7b57b525407e3a341b946e3ca66125102
2019-10-08 13:15:13 -07:00
Sunny Goyal
6fe3eec95c
Moving various common executors to a single location
...
Change-Id: I44bca49b8adb6fa22c3b48d10f674e42c28d792c
2019-08-20 14:36:17 -07:00
Sunny Goyal
d6d503827b
Moving some system calls off the main thread
...
Bug: 122345781
Change-Id: I7ab364ac62ea56b7355b86cae3d8d731cc9b2506
2019-01-08 11:01:51 -08:00
Sunny Goyal
326403e958
Moving some calls off the UI thread
...
This saves ~5ms in onNewIntent
Bug: 67305604
Change-Id: Ic97727b1c526e50bd3c8a1d8f511e1d7fd5e05e7
2017-10-02 14:50:09 -07:00