summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/assist/AssistModule.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove Assistant corner handlesGovinda Wasserman2021-03-241-27/+0
| | | | | | | | | Assistant corner handles are going away for S+ Test: Tested locally BUG: 182996954 FIX: 182996954 Change-Id: Ic79c894c76c2247396fd1f3661902f127dcdacd5
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-5/+5
| | | | | | | | | | | | | | | It is far easier to move _everything_ into SysUIComponent, and then selectively promote things back to GlobalScope and/or WMScope than it is to try to do it one at a time. With this change, though lots of files are touched, very little actually changes structurally. After this change goes in, folks should stop using @Singleton quite so freely. Most things should live in @SysuiSingleton. @Singleton is due to quickly be replaced by @GlobalScope. Bug: 162923491 Test: atest SystemUITests && manual Change-Id: Idc31d3d83b030581fb1fa869f7fafc4f2d3a8828
* Clean up navigation barWinson Chung2020-08-121-1/+1
| | | | | | | | | | | | | | | | - Move off fragments, now we have direct ownership of NavBarController -> NavBar (per display) -> NavBarView - Move the nav bar components to its own package - Removed some unused files - Can finally dump NavigationBarController instead of FragmentService :) - Clean up some of the dumps to be more consistent Bug: 163690441 Bug: 158605244 Test: atest SystemUITests Test: Test bar in various nav modes Change-Id: I21130899df560f6cf8b7f38d4d86edca6d8f920e
* Remove test service for Assistant Handle requestsGovinda Wasserman2020-03-241-9/+0
| | | | | | | | | This service was added for testing and is no longer needed. Test: Tested locally BUG: 152189559 FIX: 152189559 Change-Id: I824dd1956e8b7e42d2e00dac7771d58c00b74338
* Creates test service for on-device intelligence to request handlesGovinda Wasserman2019-12-051-0/+9
| | | | | Test: Tested locally Change-Id: I0c3a6b76c7e9fd2432261be1e942d0daeea1645a
* Fixes NullPointerException introduced in ag/9382746Govinda Wasserman2019-10-141-0/+2
| | | | | | | Test: tested locally BUG:142332706 Change-Id: Iba99a0346f5481671fe284004ceb8772e31b570e FIX:142332706
* Move assist handles from ScreenDecorations to navigation barshawnlin2019-09-241-4/+4
| | | | | | | | | | To improve the performance of display cutouts, we need to first move the assist handles out of ScreenDecorations so that we can remove the layer of ScreenDecorations later. Bug: 140781914 Test: atest ScreenDecorationsTest, atest AssistHandleBehaviorControllerTest Change-Id: I7c7cf8e0590d92aa32758c2983fc49387d18f7ad
* Trigger doze detection using WakefulnessLifecycleGovinda Wasserman2019-09-111-0/+88
Previously, doze detection used StatusBarStateController, which only provides a signal at the end of the doze transition. This resulted in the handles only animating away once the screen was already off. Using the WakefulnessLifecycle allows for a callback when the transition begins instead. Test: Tested locally BUG:137742178 Change-Id: I289ef5b5081fa96b1c8e82c4373c7654e8df80cb