summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/tuner/TunablePadding.java
Commit message (Collapse)AuthorAgeFilesLines
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
| | | | | | | | | | | | | | | 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
* Reduce usages of Dependency.get in TunablePaddingJason Monk2018-12-261-5/+10
| | | | | Test: atest SystemUITests Change-Id: I8c99e71852d1dc572e262cf7bf722df316251f80
* Clean up DependencyProvider a bitJason Monk2018-12-211-1/+14
| | | | | | | | | Create DependencyBinder which is abstract and can tell dagger how to convert directly between interfaces and implementations without requiring code for it. Test: compile (which runs dagger) Change-Id: I7013ee12d37172441e2c70cf2fe36f707975c821
* Prevent NFE in SystemUI when parsing invalid intEdward Savage-Jones2018-10-021-1/+3
| | | | | | | | | | | | A user can change the sysui_rounded_content_padding setting via adb. If the value set is not an integer, SystemUI will end up in an exception loop. Bug: 117152006 Test: No crash when running: adb exec-out settings put secure sysui_rounded_content_padding a Change-Id: I49cace6087effae20170eab9175fc84ebcd21781
* Rounded corners support, off by default.Jason Monk2017-05-101-0/+84
Test: runtest systemui Bug: 33208650 Change-Id: I63e11e36268e277cc1c5e70651fa5248aa8b3fc0