summaryrefslogtreecommitdiff
path: root/quickstep/src/com/android/launcher3/taskbar/TaskbarKeyguardController.java
AgeCommit message (Collapse)Author
2021-09-23Don't show taskbar when keyguard occludedVinit Nayak
* Show only back button in taskbar for 3 button nav. Fixes: 199406716 Test: From lock screen view home controls or double-tap camera, no taskbar shown. Change-Id: Ia603c7dbe584e3fab62365de4fc5a790c48d1340
2021-08-18Respect StatusBarManager back/home disable flagsVinit Nayak
* Also use the same signals provided by SysUi flags instead of directly from the disable API just for consistency. (Disable2 flags still need to be migrated over, so we're keeping the API for now). Bug: 194870114 Test: Locking screen w/ 3 button nav w/ various keyguards Change-Id: I858ea36876061cddf0debbd43e8fcfe1d5712839
2021-07-22Hide taskbar on lockscreenVinit Nayak
Add new animated float to disable taskbar background value when keyguard is visible. Fixes: 191857724 Test: Tested w/ and w/o bouncer for gesture + 3 button Tested w/ IME pw on lock screen. Change-Id: I2e1696fd25f4c170bfb2bc0694ccd644e453b1fe
2021-06-16Enable 3 button nav for taskbarVinit Nayak
Bug: 180046394 Test: Switched between gesture and button nav on phone and tablet. Change-Id: Iac2357a3256f8b6b36ca49d3680594a91e824a5f
2021-06-15Initial commit of TaskBar on keyguardVinit Nayak
Bug: 180046394 Test: Tested with pin + keyboard + pattern Change-Id: I951d9508b1325c157a9c0d92fa8e77fe8df9c460