summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/NavigationBarController.java
Commit message (Expand)AuthorAgeFilesLines
* Fix touchable region calculation in NavigationBarController (2nd)Ming-Shin Lu2022-04-271-5/+13
* Fix touchable region calculation in NavigationBarControllerYohei Yukawa2022-04-061-9/+9
* Avoid Rect instantiation in NavigationBarController.ImplYohei Yukawa2022-04-061-4/+5
* Merge TODO(b/217397817) to TODO(b/215443343)Yohei Yukawa2022-03-161-2/+2
* Use parentUserId when reading config_imeDrawsImeNavBarYohei Yukawa2022-03-071-57/+26
* Introduce InputMethodNavButtonFlagsYohei Yukawa2022-03-071-6/+10
* 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