Loading core/java/com/android/internal/policy/BackdropFrameRenderer.java +1 −1 Original line number Diff line number Diff line Loading @@ -385,7 +385,7 @@ public class BackdropFrameRenderer extends Thread implements Choreographer.Frame final int size = DecorView.getNavBarSize(bottomInset, rightInset, leftInset); if (DecorView.isNavBarToRightEdge(bottomInset, rightInset)) { mNavigationBarColor.setBounds(width - size, 0, width, height); } else if (DecorView.isNavBarToLeftEdge(bottomInset, rightInset)) { } else if (DecorView.isNavBarToLeftEdge(bottomInset, leftInset)) { mNavigationBarColor.setBounds(0, 0, size, height); } else { mNavigationBarColor.setBounds(0, height - size, width, height); Loading Loading
core/java/com/android/internal/policy/BackdropFrameRenderer.java +1 −1 Original line number Diff line number Diff line Loading @@ -385,7 +385,7 @@ public class BackdropFrameRenderer extends Thread implements Choreographer.Frame final int size = DecorView.getNavBarSize(bottomInset, rightInset, leftInset); if (DecorView.isNavBarToRightEdge(bottomInset, rightInset)) { mNavigationBarColor.setBounds(width - size, 0, width, height); } else if (DecorView.isNavBarToLeftEdge(bottomInset, rightInset)) { } else if (DecorView.isNavBarToLeftEdge(bottomInset, leftInset)) { mNavigationBarColor.setBounds(0, 0, size, height); } else { mNavigationBarColor.setBounds(0, height - size, width, height); Loading