Commit 03273d0
Craig Mautner
Continue animations started from AppWindowToken.
Animations that were started from AppWindowToken.showAllWindowsLocked
were not setting mInnerFields.mAnimating and hence the animations were
not progressing. This resulted in popups such as menus and time/date
settings not showing up.
Fixes bug 6205076.
Change-Id: I4daae5895e64182328671e282331f14dd5561d5e1 parent 006f0e4 commit 03273d0
File tree
2 files changed
+6
-3
lines changed- services/java/com/android/server/wm
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| 201 | + | |
200 | 202 | | |
| 203 | + | |
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7947 | 7947 | | |
7948 | 7948 | | |
7949 | 7949 | | |
7950 | | - | |
| 7950 | + | |
7951 | 7951 | | |
7952 | 7952 | | |
7953 | 7953 | | |
| |||
8131 | 8131 | | |
8132 | 8132 | | |
8133 | 8133 | | |
8134 | | - | |
| 8134 | + | |
8135 | 8135 | | |
8136 | 8136 | | |
8137 | 8137 | | |
| |||
0 commit comments