— a/alps/vendor/mediatek/proprietary/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsContainerView.java
+++ b/alps/vendor/mediatek/proprietary/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsContainerView.java
@@ -794,8 +794,8 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo
protected void updateHeaderScroll(int scrolledOffset) {
float prog = Math.max(0, Math.min(1, (float) scrolledOffset / mHeaderThreshold));
int viewBG = ColorUtils.blendARGB(mScrimColor, mHeaderProtectionColor, prog);
-
int headerColor = ColorUtils.setAlphaComponent(viewBG,
-
(int) (getSearchView().getAlpha() * 255));
-
int headerColor = 255;//ColorUtils.setAlphaComponent(viewBG,
-
//(int) (getSearchView().getAlpha() * 255)); if (headerColor != mHeaderColor) { mHeaderColor = headerColor; getSearchView().setBackgroundColor(viewBG);