summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/NavigationBarController.java
Commit message (Expand)AuthorAgeFilesLines
* Remove canImeRenderGesturalNavButtons and syspropCosmin Băieș2025-04-171-529/+431
* Check system nav bar for custom IME Switcher visCosmin Băieș2025-03-191-34/+42
* Set IME nav bar height when installing unattachedCosmin Băieș2025-03-141-2/+7
* Rename navigation icon hints to NavbarFlagsCosmin Băieș2025-01-271-11/+11
* Rename BACK_ALT flag to BACK_DISMISS_IMECosmin Băieș2025-01-271-3/+3
* Rename IME_SHOWN states to IME_VISIBLECosmin Băieș2025-01-201-8/+8
* Clarify state names for IME Switcher buttonCosmin Băieș2025-01-201-3/+3
* Use correct navigation hint for IME visibilityCosmin Băieș2025-01-171-10/+12
* Revert^4 "Add API for Custom IME Switcher button visibility"Felix Stern2024-11-121-0/+28
* Revert^3 "Add API for Custom IME Switcher button visibility"Priyanka Advani (xWF)2024-11-111-28/+0
* Revert^2 "Add API for Custom IME Switcher button visibility"Cosmin Băieș2024-11-081-0/+28
* Revert "Add API for Custom IME Switcher button visibility"Priyanka Advani (xWF)2024-11-051-28/+0
* Add API for Custom IME Switcher button visibilityCosmin Băieș2024-11-011-0/+28
* Cleanup ENABLE_HIDE_IME_CAPTION_BAR flagCosmin Băieș2024-10-291-22/+16
* Add IME switch button long click supportCosmin Băieș2024-07-121-1/+15
* Include IME navigation bar in IME insetsCosmin Băieș2024-06-071-0/+31
* Add unit tests for hiding the IME nav barCosmin Băieș2023-11-161-0/+17
* Revert "Add logs for analysing b/297000797"Cosmin Băieș2023-09-121-11/+0
* Add logs for analysing b/297000797Cosmin Băieș2023-09-081-0/+11
* Fix IME hidden nav bar bottom insetsCosmin Băieș2023-09-051-1/+1
* Revert^2 "Allow hiding the IME navigation bar"Cosmin Băieș2023-08-171-1/+33
* Revert "Allow hiding the IME navigation bar"Naomi Musgrave2023-08-161-33/+1
* Allow hiding the IME navigation barCosmin Băieș2023-08-161-1/+33
* Update nav bar insets when in extractViewCosmin Băieș2023-05-221-48/+52
* 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