summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...George Zacharia2023-08-021-17/+20
|\
| * 4/ Keep EdgeBackGestureHandler state across nav/taskbar changesWinson Chung2023-03-091-5/+0
| * 2/ Add path for feeding rotation watcher signals to RotationButtonControllerWinson Chung2023-03-091-1/+1
| * Merge "Fix issue with floating rotation button being in the wrong corner (sys...Winson Chung2023-01-301-1/+2
| |\
| | * Fix issue with floating rotation button being in the wrong corner (sysui)Winson Chung2023-01-261-5/+2
| * | [DO NOT MERGE] Add centralized DisplayTracker for SystemUIAlex Stetson2023-01-261-6/+9
| |/
| * Remove expensive queries for lock task mode (screen pinning)Winson Chung2023-01-111-6/+10
* | Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-031-0/+1
|\|
| * Guard one more use of CentralSurfaces in NavBarGarfield Tan2022-10-171-0/+1
* | Merge tag 'android-13.0.0_r16' into t13.0George Zacharia2022-12-151-4/+24
|\|
| * Remove more thin wrappers from the shared libWinson Chung2022-09-141-3/+15
| * Move most of the shade codebase into its own packageJustin Weir2022-07-181-1/+1
| * Revert "Revert "Move binder call to bg thread""Winson Chung2022-07-071-2/+9
| * Revert "Move binder call to bg thread"Bidhya Sharma2022-07-071-9/+2
| * Move binder call to bg threadWinson Chung2022-07-011-2/+9
| * Show floating rotation button in sticky immersive mode if in gesture navTracy Zhou2022-05-311-0/+1
| * Merge changes I2769bc3f,I20171f31 into tm-dev am: 4d72ee1293 am: 9339046daeWinson Chung2022-05-101-9/+17
| |\
| * | Remove last call to Dep.get from NavigationBarViewDave Mankoff2022-05-101-117/+6
| * | Remove Dependency#get calls from NavigationBarViewDave Mankoff2022-05-031-116/+8
| * | Merge "Remove NavigationBarOverlayController." into tm-dev am: e26bcbb811 am:...Peiyong Lin2022-05-031-33/+0
| |\ \
| | * \ Merge "Remove NavigationBarOverlayController." into tm-dev am: e26bcbb811Peiyong Lin2022-05-031-33/+0
| | |\ \
| | * \ \ Merge changes from topic "b229228871-cs-interface" into tm-dev am: 44217582ddDave Mankoff2022-04-291-2/+2
| | |\ \ \
| | * \ \ \ Make CentralSurfaces an Interface. am: ee4838630cDave Mankoff2022-04-291-2/+2
| | |\ \ \ \
| | | * | | | Make CentralSurfaces an Interface.Dave Mankoff2022-04-291-2/+2
| | | |/ / /
| * | | | | Rename CentralSurfacesInt back to CentralSurfaces.Dave Mankoff2022-04-281-2/+2
| * | | | | Make CentralSurfaces an Interface.Dave Mankoff2022-04-281-2/+2
| * | | | | Merge changes from topic "presubmit-am-8d46ef8e146342db89da2c1ff44742ea" into...Dave Mankoff2022-04-251-8/+9
| |\| | | |
| | * | | | Merge changes from topic "presubmit-am-8d46ef8e146342db89da2c1ff44742ea" into...Dave Mankoff2022-04-251-8/+9
| | |\| | |
| * | | | | Merge "Revert "Remove Dep.get(CommandQueue.class) from NavBarView"" into tm-d...Vinit Nayak2022-04-201-5/+7
| |\| | | |
| | * | | | Merge "Revert "Remove Dep.get(CommandQueue.class) from NavBarView"" into tm-d...Vinit Nayak2022-04-201-5/+7
| | |\ \ \ \
| * | | | | | Merge "Remove Dep.get(CommandQueue.class) from NavBarView" into tm-dev am: 8e...Dave Mankoff2022-04-131-7/+5
| |\| | | | |
| | * | | | | Merge "Remove Dep.get(CommandQueue.class) from NavBarView" into tm-dev am: 8e...Dave Mankoff2022-04-131-7/+5
| | |\ \ \ \ \
| * | | | | | | [conflict] Merge "Remove OverviewProxyService from NavBarView." into tm-d1-de...Dave Mankoff2022-04-071-19/+33
| |\| | | | | |
| | * | | | | | Remove OverviewProxyService from NavBarView.Dave Mankoff2022-04-071-19/+34
* | | | | | | | SystemUI: add burnIn protectionPark Ju Hyung2022-10-261-0/+26
* | | | | | | | Merge "Remove last call to Dep.get from NavigationBarView" into tm-devDave Mankoff2022-05-101-117/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Remove last call to Dep.get from NavigationBarViewDave Mankoff2022-05-091-117/+6
* | | | | | | | Use configuration for display rotation instead of displayWinson Chung2022-05-101-9/+16
* | | | | | | | Refill all the dispatcher views when updating rotationWinson Chung2022-05-101-0/+1
|/ / / / / / /
* | | | | | / Remove Dependency#get calls from NavigationBarViewDave Mankoff2022-05-051-116/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove NavigationBarOverlayController.Peiyong Lin2022-04-281-33/+0
| |_|_|_|/ |/| | | |
* | | | | Tell NavigationBarView when mode changes.Dave Mankoff2022-04-211-1/+4
* | | | | Revert "Revert "Remove Dep.get(CommandQueue.class) from NavBarView""Dave Mankoff2022-04-211-7/+5
| |_|_|/ |/| | |
* | | | Revert "Remove Dep.get(CommandQueue.class) from NavBarView"Vinit Nayak2022-04-191-5/+7
| |_|/ |/| |
* | | Remove Dep.get(CommandQueue.class) from NavBarViewDave Mankoff2022-04-061-7/+5
* | | Remove OverviewProxyService from NavBarView.Dave Mankoff2022-04-061-19/+33
|/ /
* / Check for nullable AutoHideControllerVinit Nayak2022-04-041-1/+2
|/
* Revert "Revert "Move touch handling out of NavigationBarView.""Dave Mankoff2022-03-181-66/+23
* Revert "Move touch handling out of NavigationBarView."Louis Chang2022-03-151-23/+66
* Move touch handling out of NavigationBarView.Dave Mankoff2022-03-141-66/+23