Loading src/com/android/launcher3/AppsContainerRecyclerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -187,6 +187,10 @@ public class AppsContainerRecyclerView extends RecyclerView handleTouchEvent(ev); } public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { // DO NOT REMOVE, NEEDED IMPLEMENTATION FOR M BUILDS } /** * Handles the touch event and determines whether to show the fast scroller (or updates it if * it is already showing). Loading src/com/android/launcher3/widget/WidgetsContainerRecyclerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -87,4 +87,8 @@ public class WidgetsContainerRecyclerView extends RecyclerView public void onTouchEvent(RecyclerView rv, MotionEvent ev) { // Do nothing. } public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { // DO NOT REMOVE, NEEDED IMPLEMENTATION FOR M BUILDS } } No newline at end of file Loading
src/com/android/launcher3/AppsContainerRecyclerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -187,6 +187,10 @@ public class AppsContainerRecyclerView extends RecyclerView handleTouchEvent(ev); } public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { // DO NOT REMOVE, NEEDED IMPLEMENTATION FOR M BUILDS } /** * Handles the touch event and determines whether to show the fast scroller (or updates it if * it is already showing). Loading
src/com/android/launcher3/widget/WidgetsContainerRecyclerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -87,4 +87,8 @@ public class WidgetsContainerRecyclerView extends RecyclerView public void onTouchEvent(RecyclerView rv, MotionEvent ev) { // Do nothing. } public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { // DO NOT REMOVE, NEEDED IMPLEMENTATION FOR M BUILDS } } No newline at end of file