Loading packages/SystemUI/src/com/android/systemui/statusbar/DismissViewImageButton.java +5 −0 Original line number Diff line number Diff line Loading @@ -61,4 +61,9 @@ public class DismissViewImageButton extends ImageButton { outRect.top += translationY; outRect.bottom += translationY; } @Override public boolean hasOverlappingRendering() { return false; } } packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +0 −2 Original line number Diff line number Diff line Loading @@ -3074,8 +3074,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, } else if (Intent.ACTION_SCREEN_ON.equals(action)) { mScreenOn = true; // work around problem where mDisplay.getRotation() is not stable while screen is off (bug 7086018) repositionNavigationBar(); notifyNavigationBarScreenOn(true); } else if (ACTION_DEMO.equals(action)) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/DismissViewImageButton.java +5 −0 Original line number Diff line number Diff line Loading @@ -61,4 +61,9 @@ public class DismissViewImageButton extends ImageButton { outRect.top += translationY; outRect.bottom += translationY; } @Override public boolean hasOverlappingRendering() { return false; } }
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +0 −2 Original line number Diff line number Diff line Loading @@ -3074,8 +3074,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, } else if (Intent.ACTION_SCREEN_ON.equals(action)) { mScreenOn = true; // work around problem where mDisplay.getRotation() is not stable while screen is off (bug 7086018) repositionNavigationBar(); notifyNavigationBarScreenOn(true); } else if (ACTION_DEMO.equals(action)) { Loading