Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStepController.java +3 −0 Original line number Diff line number Diff line Loading @@ -501,6 +501,9 @@ public class QuickStepController implements GestureHelper { } private void updateHighlight() { if (mTrackRect.isEmpty()) { return; } int colorBase, colorGrad; if (mDarkIntensity > 0.5f) { colorBase = mContext.getColor(R.color.quick_step_track_background_background_dark); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStepController.java +3 −0 Original line number Diff line number Diff line Loading @@ -501,6 +501,9 @@ public class QuickStepController implements GestureHelper { } private void updateHighlight() { if (mTrackRect.isEmpty()) { return; } int colorBase, colorGrad; if (mDarkIntensity > 0.5f) { colorBase = mContext.getColor(R.color.quick_step_track_background_background_dark); Loading