Loading src/com/android/gallery3d/filtershow/FilterShowActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ import com.android.gallery3d.filtershow.filters.FilterImageBorderRepresentation; import com.android.gallery3d.filtershow.filters.FilterRepresentation; import com.android.gallery3d.filtershow.filters.FiltersManager; import com.android.gallery3d.filtershow.filters.ImageFilter; import com.android.gallery3d.filtershow.history.HistoryAdapter; import com.android.gallery3d.filtershow.history.HistoryItem; import com.android.gallery3d.filtershow.imageshow.GeometryMetadata; import com.android.gallery3d.filtershow.imageshow.ImageCrop; import com.android.gallery3d.filtershow.imageshow.ImageShow; Loading src/com/android/gallery3d/filtershow/cache/ImageLoader.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ import com.android.gallery3d.R; import com.android.gallery3d.common.Utils; import com.android.gallery3d.exif.ExifInterface; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.HistoryAdapter; import com.android.gallery3d.filtershow.history.HistoryAdapter; import com.android.gallery3d.filtershow.imageshow.ImageShow; import com.android.gallery3d.filtershow.imageshow.MasterImage; import com.android.gallery3d.filtershow.presets.ImagePreset; Loading src/com/android/gallery3d/filtershow/editors/EditorPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import android.widget.ImageButton; import android.widget.LinearLayout; import com.android.gallery3d.R; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.HistoryAdapter; import com.android.gallery3d.filtershow.history.HistoryAdapter; import com.android.gallery3d.filtershow.category.MainPanel; import com.android.gallery3d.filtershow.imageshow.MasterImage; import com.android.gallery3d.filtershow.state.StatePanel; Loading src/com/android/gallery3d/filtershow/HistoryAdapter.java→src/com/android/gallery3d/filtershow/history/HistoryAdapter.java +3 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.gallery3d.filtershow; package com.android.gallery3d.filtershow.history; import android.content.Context; import android.graphics.Bitmap; Loading @@ -29,6 +29,8 @@ import android.widget.ImageView; import android.widget.TextView; import com.android.gallery3d.R; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.history.HistoryItem; import com.android.gallery3d.filtershow.presets.ImagePreset; import java.util.Vector; Loading src/com/android/gallery3d/filtershow/HistoryItem.java→src/com/android/gallery3d/filtershow/history/HistoryItem.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.gallery3d.filtershow; package com.android.gallery3d.filtershow.history; import android.graphics.Bitmap; import android.util.Log; Loading Loading
src/com/android/gallery3d/filtershow/FilterShowActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ import com.android.gallery3d.filtershow.filters.FilterImageBorderRepresentation; import com.android.gallery3d.filtershow.filters.FilterRepresentation; import com.android.gallery3d.filtershow.filters.FiltersManager; import com.android.gallery3d.filtershow.filters.ImageFilter; import com.android.gallery3d.filtershow.history.HistoryAdapter; import com.android.gallery3d.filtershow.history.HistoryItem; import com.android.gallery3d.filtershow.imageshow.GeometryMetadata; import com.android.gallery3d.filtershow.imageshow.ImageCrop; import com.android.gallery3d.filtershow.imageshow.ImageShow; Loading
src/com/android/gallery3d/filtershow/cache/ImageLoader.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ import com.android.gallery3d.R; import com.android.gallery3d.common.Utils; import com.android.gallery3d.exif.ExifInterface; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.HistoryAdapter; import com.android.gallery3d.filtershow.history.HistoryAdapter; import com.android.gallery3d.filtershow.imageshow.ImageShow; import com.android.gallery3d.filtershow.imageshow.MasterImage; import com.android.gallery3d.filtershow.presets.ImagePreset; Loading
src/com/android/gallery3d/filtershow/editors/EditorPanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import android.widget.ImageButton; import android.widget.LinearLayout; import com.android.gallery3d.R; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.HistoryAdapter; import com.android.gallery3d.filtershow.history.HistoryAdapter; import com.android.gallery3d.filtershow.category.MainPanel; import com.android.gallery3d.filtershow.imageshow.MasterImage; import com.android.gallery3d.filtershow.state.StatePanel; Loading
src/com/android/gallery3d/filtershow/HistoryAdapter.java→src/com/android/gallery3d/filtershow/history/HistoryAdapter.java +3 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.gallery3d.filtershow; package com.android.gallery3d.filtershow.history; import android.content.Context; import android.graphics.Bitmap; Loading @@ -29,6 +29,8 @@ import android.widget.ImageView; import android.widget.TextView; import com.android.gallery3d.R; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.history.HistoryItem; import com.android.gallery3d.filtershow.presets.ImagePreset; import java.util.Vector; Loading
src/com/android/gallery3d/filtershow/HistoryItem.java→src/com/android/gallery3d/filtershow/history/HistoryItem.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.gallery3d.filtershow; package com.android.gallery3d.filtershow.history; import android.graphics.Bitmap; import android.util.Log; Loading