summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PagedViewWithDraggableItems.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/PagedViewWithDraggableItems.java')
-rw-r--r--src/com/android/launcher3/PagedViewWithDraggableItems.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/launcher3/PagedViewWithDraggableItems.java b/src/com/android/launcher3/PagedViewWithDraggableItems.java
index 8f10ecfa5..2a29c33f3 100644
--- a/src/com/android/launcher3/PagedViewWithDraggableItems.java
+++ b/src/com/android/launcher3/PagedViewWithDraggableItems.java
@@ -167,12 +167,4 @@ public abstract class PagedViewWithDraggableItems extends PagedView
cancelDragging();
super.onDetachedFromWindow();
}
-
- /** Show the scrolling indicators when we move the page */
- protected void onPageBeginMoving() {
- showScrollingIndicator(false);
- }
- protected void onPageEndMoving() {
- hideScrollingIndicator(false);
- }
}