Loading packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java +6 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,12 @@ public class QSTileBaseView extends LinearLayout { } } @Override public boolean hasOverlappingRendering() { // Avoid layers for this layout - we don't need them. return false; } /** * Update the accessibility order for this view. * Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStatusBarHeader.java +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ public class QuickStatusBarHeader extends BaseStatusBarHeader implements // RenderThread is doing more harm than good when touching the header (to expand quick // settings), so disable it for this view ((RippleDrawable) mSettingsButton.getBackground()).setForceSoftware(true); ((RippleDrawable) mExpandIndicator.getBackground()).setForceSoftware(true); updateResources(); } Loading Loading
packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java +6 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,12 @@ public class QSTileBaseView extends LinearLayout { } } @Override public boolean hasOverlappingRendering() { // Avoid layers for this layout - we don't need them. return false; } /** * Update the accessibility order for this view. * Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStatusBarHeader.java +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ public class QuickStatusBarHeader extends BaseStatusBarHeader implements // RenderThread is doing more harm than good when touching the header (to expand quick // settings), so disable it for this view ((RippleDrawable) mSettingsButton.getBackground()).setForceSoftware(true); ((RippleDrawable) mExpandIndicator.getBackground()).setForceSoftware(true); updateResources(); } Loading