From 2a65020da135037b8ee9408e7efb992eef02a896 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 13 Oct 2016 09:31:24 -0700 Subject: Removing the section break UI support This was an exploration for an alternative UI in all apps, where we show section headers before every section. This was never released. Change-Id: I2d36f1d078cc9a6f3ba6f0ec9655412182c9b016 --- src/com/android/launcher3/BaseRecyclerView.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/com/android/launcher3/BaseRecyclerView.java') diff --git a/src/com/android/launcher3/BaseRecyclerView.java b/src/com/android/launcher3/BaseRecyclerView.java index 9bdbe2580..4e39ed3e5 100644 --- a/src/com/android/launcher3/BaseRecyclerView.java +++ b/src/com/android/launcher3/BaseRecyclerView.java @@ -172,13 +172,6 @@ public abstract class BaseRecyclerView extends RecyclerView return mBackgroundPadding; } - /** - * Returns the scroll bar width when the user is scrolling. - */ - public int getMaxScrollbarWidth() { - return mScrollbar.getThumbMaxWidth(); - } - /** * Returns the visible height of the recycler view: * VisibleHeight = View height - top padding - bottom padding -- cgit v1.2.3