Commit e4abc45
Prevent force showing system bars for TaskView
Update the condition of force showing system bars to check adjacent
tasks instead of checking multi-window windowing mode so it can
distinguish from TaskView.
Bug: 273495037
Test: atest TaskDisplayAreaTests DisplayPolicyTests InsetsPolicyTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2bd0fe76a6b4ef566386e1949e4db0cf0db16430)
Merged-In: I1c51c6f66cd6967651068de1ffc2e6e8566f5a46
Change-Id: I1c51c6f66cd6967651068de1ffc2e6e8566f5a461 parent c98b289 commit e4abc45
3 files changed
Lines changed: 25 additions & 8 deletions
File tree
- services
- core/java/com/android/server/wm
- tests/wmtests/src/com/android/server/wm
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
2382 | 2381 | | |
2383 | 2382 | | |
2384 | 2383 | | |
2385 | | - | |
| 2384 | + | |
2386 | 2385 | | |
2387 | | - | |
| 2386 | + | |
2388 | 2387 | | |
2389 | 2388 | | |
2390 | 2389 | | |
2391 | 2390 | | |
2392 | 2391 | | |
2393 | 2392 | | |
2394 | | - | |
| 2393 | + | |
2395 | 2394 | | |
2396 | 2395 | | |
2397 | 2396 | | |
| |||
2412 | 2411 | | |
2413 | 2412 | | |
2414 | 2413 | | |
2415 | | - | |
| 2414 | + | |
2416 | 2415 | | |
2417 | 2416 | | |
2418 | 2417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2385 | 2385 | | |
2386 | 2386 | | |
2387 | 2387 | | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
2388 | 2404 | | |
2389 | 2405 | | |
2390 | 2406 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments