OSDN Git Service

Make common base class to update container bounds and to handle scroll logic.
authorWinson Chung <winsonc@google.com>
Fri, 8 May 2015 20:06:44 +0000 (13:06 -0700)
committerWinson Chung <winsonc@google.com>
Fri, 8 May 2015 21:41:40 +0000 (21:41 +0000)
commit9480415d9baf00ecfaac8ab3f608b16a1faa6518
treed5c35dea3f60d64eaa926d48eb8094cd66deb115
parent4e267f4cdca3ec52aa55982560551ea766adf9be
Make common base class to update container bounds and to handle scroll logic.

Bug: 20763871

Change-Id: I8c2f45cfb10964e4be7e9c07c89dd336585c9989
res/values/dimens.xml
src/com/android/launcher3/AppsContainerRecyclerView.java
src/com/android/launcher3/AppsContainerView.java
src/com/android/launcher3/BaseContainerRecyclerView.java [new file with mode: 0644]
src/com/android/launcher3/BaseContainerView.java [new file with mode: 0644]
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/widget/WidgetsContainerRecyclerView.java
src/com/android/launcher3/widget/WidgetsContainerView.java