Merge "Modify Taskbar code to accommodate bubble bar gesture to stash/unstash" into udc-qpr-dev

This commit is contained in:
Mady Mellor
2023-06-02 22:08:10 +00:00
committed by Android (Google) Code Review
10 changed files with 183 additions and 36 deletions

View File

@@ -92,6 +92,10 @@ public class TaskbarTranslationController implements TaskbarControllers.Loggable
mControllers.stashedHandleViewController.setTranslationYForSwipe(transY);
mControllers.taskbarViewController.setTranslationYForSwipe(transY);
mControllers.taskbarDragLayerController.setTranslationYForSwipe(transY);
mControllers.bubbleControllers.ifPresent(controllers -> {
controllers.bubbleBarViewController.setTranslationYForSwipe(transY);
controllers.bubbleStashedHandleViewController.setTranslationYForSwipe(transY);
});
}
/**