summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-07-24 15:34:20 +0800
committerOwen Lin <owenlin@google.com>2012-07-24 15:56:52 +0800
commit52dfb17e3c93b3762130ec8912c6e16c9dea0edc (patch)
tree2a50cc29868bb2c72568c82d6ac918b9da7de094 /src/com/android/gallery3d/ui
parent81aef137fc0d841b992cc7771902458df6272954 (diff)
downloadandroid_packages_apps_Gallery2-52dfb17e3c93b3762130ec8912c6e16c9dea0edc.tar.gz
android_packages_apps_Gallery2-52dfb17e3c93b3762130ec8912c6e16c9dea0edc.tar.bz2
android_packages_apps_Gallery2-52dfb17e3c93b3762130ec8912c6e16c9dea0edc.zip
Use our own OverScroller for backward compatibility.
Change-Id: Ibcf48a638ab716116d1ce2ff8c2686741ca0a996
Diffstat (limited to 'src/com/android/gallery3d/ui')
-rw-r--r--src/com/android/gallery3d/ui/ScrollerHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/ui/ScrollerHelper.java b/src/com/android/gallery3d/ui/ScrollerHelper.java
index 1ff633a87..aa68d19d9 100644
--- a/src/com/android/gallery3d/ui/ScrollerHelper.java
+++ b/src/com/android/gallery3d/ui/ScrollerHelper.java
@@ -18,8 +18,8 @@ package com.android.gallery3d.ui;
import android.content.Context;
import android.view.ViewConfiguration;
-import android.widget.OverScroller;
+import com.android.gallery3d.common.OverScroller;
import com.android.gallery3d.common.Utils;
public class ScrollerHelper {