Stash taskbar if user touch down above the gesture height.

Bug: 252905206
Test: open taskbar, tap in gesture area, confirm no stash
      open taskbar, tap on taskbar item, confirm no stash
      open taskbar, tap to the side above gesture area, confirm stash

Change-Id: Ide030840440b5f0541d0ccfb055b8a8a7e851657
This commit is contained in:
Jon Miranda
2022-11-04 14:36:36 -07:00
parent 5b80c9148c
commit b0523697c6
4 changed files with 50 additions and 15 deletions

View File

@@ -164,6 +164,7 @@ public class TaskbarControllers {
public void onConfigurationChanged(@Config int configChanges) {
navbarButtonsViewController.onConfigurationChanged(configChanges);
taskbarDragLayerController.onConfigurationChanged();
}
/**