diff --git a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java index c4e977b5fa..bdfeada07c 100644 --- a/src/com/android/launcher3/allapps/AllAppsRecyclerView.java +++ b/src/com/android/launcher3/allapps/AllAppsRecyclerView.java @@ -288,12 +288,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 891fe8f53c..4390b5162b 100644 --- a/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java @@ -592,13 +592,6 @@ public abstract class BaseAllAppsContainerView mAppsList; final Rect mPadding = new Rect(); AllAppsRecyclerView mRecyclerView; - boolean mVerticalFadingEdge; AdapterHolder(boolean isWork) { mIsWork = isWork; @@ -740,7 +732,6 @@ public abstract class BaseAllAppsContainerView