OSDN Git Service

Move fast scrolling logic to BaseRecyclerView
authorHyunyoung Song <hyunyoungs@google.com>
Fri, 29 May 2015 19:00:44 +0000 (12:00 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Fri, 29 May 2015 19:00:44 +0000 (12:00 -0700)
commitac5f6af1488ec1cf0b73aa0848a675764c2f652b
tree9d26eeaef26f24aa5de18e382c299cb5a86f0b0a
parent0b06875971fffd232ce2dea78cd29145edc5bab4
Move fast scrolling logic to BaseRecyclerView

- This change has no effect on actual functionality but to make it easier
for widget tray to inherit the goodness of the 1) fast scroller
functionality 2) unify the scroll look and feel with the all apps view

b/21375339

Change-Id: Ib859b1c3352c0b69f16549ded8f20eb82cf58ba8
src/com/android/launcher3/BaseRecyclerView.java
src/com/android/launcher3/allapps/AllAppsRecyclerView.java
src/com/android/launcher3/widget/WidgetsContainerView.java
src/com/android/launcher3/widget/WidgetsListAdapter.java
src/com/android/launcher3/widget/WidgetsRecyclerView.java