summaryrefslogtreecommitdiffstats
path: root/src/com/android/photos/GalleryFragmentHost.java
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-03-20 12:03:17 -0700
committerBobby Georgescu <georgescu@google.com>2013-03-20 14:07:28 -0700
commita40965b95af786ed2aa13ff63e38b92881f3c315 (patch)
tree1eb2959a791302c8a95164275e812daff143b7d0 /src/com/android/photos/GalleryFragmentHost.java
parent932aee29ce7ad3f77ee7c5e57082efb638b75d65 (diff)
downloadandroid_packages_apps_Snap-a40965b95af786ed2aa13ff63e38b92881f3c315.tar.gz
android_packages_apps_Snap-a40965b95af786ed2aa13ff63e38b92881f3c315.tar.bz2
android_packages_apps_Snap-a40965b95af786ed2aa13ff63e38b92881f3c315.zip
Refactor fragment/activity coupling in new Gallery
Change-Id: I7cc54b352197e1975cff286f4add7d0f42637841
Diffstat (limited to 'src/com/android/photos/GalleryFragmentHost.java')
-rw-r--r--src/com/android/photos/GalleryFragmentHost.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/com/android/photos/GalleryFragmentHost.java b/src/com/android/photos/GalleryFragmentHost.java
new file mode 100644
index 000000000..e533df1aa
--- /dev/null
+++ b/src/com/android/photos/GalleryFragmentHost.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2013 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.photos;
+
+public interface GalleryFragmentHost {
+ public MultiChoiceManager getMultiChoiceManager();
+}