summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/util/SystemUiController.java
Commit message (Collapse)AuthorAgeFilesLines
* WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-111-1/+1
| | | | | | | Also replace Utilities.isAtLeastO() to static final constant. Bug: 65544683 Change-Id: I39fbea66939d72c31702748716c4e65b4f9bee6a
* Fixing wrong intests being sent to DeviceProfile in case of lowRam deviceSunny Goyal2017-08-181-1/+2
| | | | | | | | | | | Also fixing the navbar to dark theme when a black bar is drawn behind nav bar Fixing left/right margins not getting updated on lowRam device when they change from non-zero value to 0 Bug: 64363693 Bug: 62547502 Change-Id: I4952ad2f564b71b39318350445f116a0f601a10f
* Fixing various system UI flags not getting updated properly on theme changes.Sunny Goyal2017-06-201-0/+79
SystemUiController manages various system UI flags in priorty order and merges all the states before applying the syste flags. Fixing WallpaperColors when it was not handing wallpaper change properly in some cases Change-Id: I915442818e7888c97c81f63c8ea9f3c13053eb2c