diff --git a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java index 7dbe711716..356581abbb 100644 --- a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java +++ b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java @@ -271,12 +271,6 @@ public class AllAppsRecyclerView extends BaseRecyclerView { } } - @Override - protected float getBottomFadingEdgeStrength() { - // No bottom fading edge. - return 0; - } - @Override protected boolean isPaddingOffsetRequired() { return true; diff --git a/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java b/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java index f913aa9093..3c687da424 100644 --- a/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java @@ -597,13 +597,6 @@ public abstract class BaseAllAppsContainerView mAppsList; final Rect mPadding = new Rect(); AllAppsRecyclerView mRecyclerView; - boolean mVerticalFadingEdge; AdapterHolder(boolean isWork) { mIsWork = isWork; @@ -745,7 +737,6 @@ public abstract class BaseAllAppsContainerView