diff options
| author | nicolasroard <nicolasroard@google.com> | 2013-07-22 14:08:04 -0700 |
|---|---|---|
| committer | nicolasroard <nicolasroard@google.com> | 2013-07-22 14:08:04 -0700 |
| commit | 458da19fb064427a320aed8fe25b0c0cdb78109f (patch) | |
| tree | c40f18ae99b2138faa8651435bd84f988f22e573 /src | |
| parent | 716d5e6bb624451fba8c8e827eb586e036a8444c (diff) | |
| download | android_packages_apps_Snap-458da19fb064427a320aed8fe25b0c0cdb78109f.tar.gz android_packages_apps_Snap-458da19fb064427a320aed8fe25b0c0cdb78109f.tar.bz2 android_packages_apps_Snap-458da19fb064427a320aed8fe25b0c0cdb78109f.zip | |
Move ImageCurves to the ImageShow package
Change-Id: I458d20df930b9228dcbc60c3ec27f74b152d38cf
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java index a264f44fe..edab2a08d 100644 --- a/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java +++ b/src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java @@ -5,8 +5,8 @@ import android.util.JsonWriter; import android.util.Log; import com.android.gallery3d.R; -import com.android.gallery3d.filtershow.ui.ControlPoint; -import com.android.gallery3d.filtershow.ui.Spline; +import com.android.gallery3d.filtershow.imageshow.ControlPoint; +import com.android.gallery3d.filtershow.imageshow.Spline; import java.io.IOException; |
