summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarModule.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove Dependency#get calls from NavigationBarViewDave Mankoff2022-05-051-0/+9
| | | | | | | | | | Removes Dependency.get(EdgeBackGestureHandler.class) from NavigationBarview. Bug: 218354102 Test: manual && atest SystemUITests Change-Id: I956e943504966fcecfd3da477535937a2aba7a9d Merged-In: I956e943504966fcecfd3da477535937a2aba7a9d
* Convert NavigationBar to subclass ViewController.Dave Mankoff2022-03-211-0/+65
Adds a NavigationBarComponent to take the place of NavigationBar.Factory, simplifying initialization of the NavigationBar. Bug: 218354102 Test: manual && atest SystemUITests Change-Id: I203bb272266d29c4ca49420ff34255b81ff30104