mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Add handling for toggling keyboard stashing from the keyboard
Flag: ENABLE_KEYBOARD_TASKBAR_TOGGLE Bug: 281726846 Fixes: 246660615 Test: toggled the transient taskbar with the meta+t input Change-Id: I315f83850b11d24d8b55061d7111300effb43936
This commit is contained in:
@@ -979,11 +979,16 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
|
||||
mControllers.taskbarEduTooltipController.hide();
|
||||
}
|
||||
|
||||
/** Returns {@code true} if taskbar All Apps is open. */
|
||||
/** Returns {@code true} if Taskbar All Apps is open. */
|
||||
public boolean isTaskbarAllAppsOpen() {
|
||||
return mControllers.taskbarAllAppsController.isOpen();
|
||||
}
|
||||
|
||||
/** Toggles the Taskbar's stash state. */
|
||||
public void toggleTaskbarStash() {
|
||||
mControllers.taskbarStashController.toggleTaskbarStash();
|
||||
}
|
||||
|
||||
/**
|
||||
* Called to start the taskbar translation spring to its settled translation (0).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user