diff --git a/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsTransitionController.java b/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsTransitionController.java
old mode 100644
new mode 100755
index b129bb0..cff810a
--- a/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsTransitionController.java
+++ b/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsTransitionController.java
@@ -293,7 +293,7 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
mProgress = progress;
float shiftCurrent = progress * mShiftRange;
//更改数字小数点改变透明度的深浅
- float workspaceHotseatAlpha = Utilities.boundToRange(progress, 0f, 1f);
+ float workspaceHotseatAlpha = Utilities.boundToRange(progress, 0.2f, 1f);
float alpha = 1 - workspaceHotseatAlpha;
float interpolation = mAccelInterpolator.getInterpolation(workspaceHotseatAlpha);
old mode 100644
new mode 100755
index b129bb0..cff810a
--- a/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsTransitionController.java
+++ b/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsTransitionController.java
@@ -293,7 +293,7 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
mProgress = progress;
float shiftCurrent = progress * mShiftRange;
//更改数字小数点改变透明度的深浅
- float workspaceHotseatAlpha = Utilities.boundToRange(progress, 0f, 1f);
+ float workspaceHotseatAlpha = Utilities.boundToRange(progress, 0.2f, 1f);
float alpha = 1 - workspaceHotseatAlpha;
float interpolation = mAccelInterpolator.getInterpolation(workspaceHotseatAlpha);