Loading services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -3053,7 +3053,7 @@ public class DisplayPolicy { @InsetsType int insetsType) { for (int i = insetsState.sourceSize() - 1; i >= 0; i--) { final InsetsSource source = insetsState.sourceAt(i); if ((source.getType() & insetsType) == 0 || !source.isVisible()) { if ((source.getType() & insetsType) == 0) { continue; } if (Rect.intersects(bounds, source.getFrame())) { Loading Loading
services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -3053,7 +3053,7 @@ public class DisplayPolicy { @InsetsType int insetsType) { for (int i = insetsState.sourceSize() - 1; i >= 0; i--) { final InsetsSource source = insetsState.sourceAt(i); if ((source.getType() & insetsType) == 0 || !source.isVisible()) { if ((source.getType() & insetsType) == 0) { continue; } if (Rect.intersects(bounds, source.getFrame())) { Loading