Loading src/com/android/launcher3/Hotseat.java +2 −3 Original line number Diff line number Diff line Loading @@ -220,11 +220,10 @@ public class Hotseat extends FrameLayout } public void setBackgroundTransparent(boolean enable) { // This causes re-layout. Should replace the logic with simply setting the background alpha if (enable) { setBackground(null); mBackground.setAlpha(0); } else { setBackground(mBackground); mBackground.setAlpha(255); } } Loading src/com/android/launcher3/allapps/AllAppsTransitionController.java +1 −0 Original line number Diff line number Diff line Loading @@ -444,5 +444,6 @@ public class AllAppsTransitionController implements TouchController, VerticalPul if (!mLauncher.isAllAppsVisible()) { setProgress(mShiftRange); } mHotseat.removeOnLayoutChangeListener(this); } } Loading
src/com/android/launcher3/Hotseat.java +2 −3 Original line number Diff line number Diff line Loading @@ -220,11 +220,10 @@ public class Hotseat extends FrameLayout } public void setBackgroundTransparent(boolean enable) { // This causes re-layout. Should replace the logic with simply setting the background alpha if (enable) { setBackground(null); mBackground.setAlpha(0); } else { setBackground(mBackground); mBackground.setAlpha(255); } } Loading
src/com/android/launcher3/allapps/AllAppsTransitionController.java +1 −0 Original line number Diff line number Diff line Loading @@ -444,5 +444,6 @@ public class AllAppsTransitionController implements TouchController, VerticalPul if (!mLauncher.isAllAppsVisible()) { setProgress(mShiftRange); } mHotseat.removeOnLayoutChangeListener(this); } }