summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/NavigationBarController.java
Commit message (Expand)AuthorAgeFilesLines
* Use config_imeDrawsImeNavBarYohei Yukawa2022-02-091-12/+10
* Add null check for mNavigationBarFrameRobin Lee2022-02-071-5/+7
* Have both NAVIGATION_HINT_IME{,_SWITCHER}_SHOWNYohei Yukawa2022-02-041-2/+2
* Add a missing "=" in dumpsys input_methodYohei Yukawa2022-02-031-1/+2
* Support floating IMEs even when IMEs render the nav buttonsYohei Yukawa2022-01-311-5/+37
* Introduce Window.DecorCallbackYohei Yukawa2022-01-311-8/+15
* Support IME switcher icon visibility updateYohei Yukawa2022-01-281-1/+39
* Support nav button color transitionsYohei Yukawa2022-01-281-1/+35
* Support light navigation barYohei Yukawa2022-01-271-0/+47
* Factor out to NavigationBarController#scheduleRelayout()Yohei Yukawa2022-01-251-24/+40
* Update the IME nav UI when gesture navigation mode changesYohei Yukawa2022-01-241-1/+55
* Minimum impl of nav buttons rendered by IMEYohei Yukawa2022-01-201-0/+328