mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Add IME switch button long click support
This adds support for handling long clicking on the IME switch button. Initially it will behave exactly like short clicking, i.e. show the IME switcher menu. Flag: android.view.inputmethod.ime_switcher_revamp Test: atest TaskbarNavButtonControllerTest#testPressImeSwitcher TaskbarNavButtonControllerTest#testLongPressImeSwitcher Bug: 311791923 Change-Id: Ibd0d6bce2bab11511bc082f46731ec86038c8cf8
This commit is contained in:
@@ -795,6 +795,9 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
@UiEvent(doc = "User launches Overview from meta+tab keyboard shortcut")
|
||||
LAUNCHER_OVERVIEW_SHOW_OVERVIEW_FROM_KEYBOARD_SHORTCUT(1765),
|
||||
|
||||
@UiEvent(doc = "User long pressed on the taskbar IME switcher button")
|
||||
LAUNCHER_TASKBAR_IME_SWITCHER_BUTTON_LONGPRESS(1798),
|
||||
|
||||
// ADD MORE
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user