Merge "Merge "Report layer boost at all levels, not just Activity" into rvc-dev am: a91a151790 am: 5be8caf139" into rvc-d1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
96b4538d41
@@ -1897,6 +1897,7 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer<
|
||||
}
|
||||
|
||||
boolean needsZBoost() {
|
||||
if (mNeedsZBoost) return true;
|
||||
for (int i = 0; i < mChildren.size(); i++) {
|
||||
if (mChildren.get(i).needsZBoost()) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user