Commit 9be6207
Jeff DeCew
Allow forcing status bar state changes and do so when the screen turns off.
This adds a force flag, which we will use when turning the screen off to make sure that all UI components are reset to the SHADE state regardless.
Bug: 189575031
Test: make a call; lock screen; pull down shade
Merged-In: I79baeb71ac5d1ed45602ac55cdca996b3bed0ac3
Change-Id: I79baeb71ac5d1ed45602ac55cdca996b3bed0ac31 parent 231a42b commit 9be6207
File tree
4 files changed
+28
-9
lines changed- packages/SystemUI
- src/com/android/systemui/statusbar
- phone
- tests/src/com/android/systemui/statusbar/phone
4 files changed
+28
-9
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
62 | 74 | | |
63 | 75 | | |
64 | 76 | | |
| |||
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3152 | 3152 | | |
3153 | 3153 | | |
3154 | 3154 | | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
3155 | 3159 | | |
3156 | 3160 | | |
3157 | 3161 | | |
| |||
3174 | 3178 | | |
3175 | 3179 | | |
3176 | 3180 | | |
3177 | | - | |
| 3181 | + | |
3178 | 3182 | | |
3179 | 3183 | | |
3180 | 3184 | | |
| |||
3305 | 3309 | | |
3306 | 3310 | | |
3307 | 3311 | | |
3308 | | - | |
| 3312 | + | |
3309 | 3313 | | |
3310 | 3314 | | |
3311 | 3315 | | |
3312 | | - | |
| 3316 | + | |
3313 | 3317 | | |
3314 | 3318 | | |
3315 | 3319 | | |
| |||
3736 | 3740 | | |
3737 | 3741 | | |
3738 | 3742 | | |
3739 | | - | |
| 3743 | + | |
| 3744 | + | |
3740 | 3745 | | |
3741 | 3746 | | |
3742 | 3747 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
| 813 | + | |
813 | 814 | | |
814 | 815 | | |
815 | 816 | | |
816 | 817 | | |
817 | | - | |
| 818 | + | |
| 819 | + | |
818 | 820 | | |
819 | 821 | | |
820 | 822 | | |
| |||
0 commit comments