Loading src/com/android/launcher3/allapps/AllAppsContainerView.java +3 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,9 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo for (int i = 0; i < mAH.length; i++) { mAH[i].padding.top = padding; mAH[i].applyPadding(); if (mAH[i].recyclerView != null) { mAH[i].recyclerView.scrollToTop(); } } mHeaderTop = mHeader.getTop(); } Loading src/com/android/launcher3/allapps/FloatingHeaderRow.java +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ public interface FloatingHeaderRow { /** * Scrolls the content vertically. * @param scroll scrolled distance in pixels for active recyclerview. * @param isScrolledOut bool to determine if row is scrolled out of view */ void setVerticalScroll(int scroll, boolean isScrolledOut); Loading Loading
src/com/android/launcher3/allapps/AllAppsContainerView.java +3 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,9 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo for (int i = 0; i < mAH.length; i++) { mAH[i].padding.top = padding; mAH[i].applyPadding(); if (mAH[i].recyclerView != null) { mAH[i].recyclerView.scrollToTop(); } } mHeaderTop = mHeader.getTop(); } Loading
src/com/android/launcher3/allapps/FloatingHeaderRow.java +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ public interface FloatingHeaderRow { /** * Scrolls the content vertically. * @param scroll scrolled distance in pixels for active recyclerview. * @param isScrolledOut bool to determine if row is scrolled out of view */ void setVerticalScroll(int scroll, boolean isScrolledOut); Loading