Searched refs:PhotoViewFragment (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java7 import com.android.ex.photo.fragments.PhotoViewFragment;
74 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor);
H A DIntents.java25 import com.android.ex.photo.fragments.PhotoViewFragment;
57 return new PhotoViewIntentBuilder(context, PhotoViewFragment.class);
H A DPhotoViewActivity.java44 import com.android.ex.photo.fragments.PhotoViewFragment;
61 "com.google.android.apps.plus.PhotoViewFragment.ITEM";
63 "com.google.android.apps.plus.PhotoViewFragment.FULLSCREEN";
65 "com.google.android.apps.plus.PhotoViewFragment.ACTIONBARTITLE";
67 "com.google.android.apps.plus.PhotoViewFragment.ACTIONBARSUBTITLE";
612 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java26 import com.android.ex.photo.fragments.PhotoViewFragment;
59 // create new PhotoViewFragment
67 return PhotoViewFragment.newInstance(builder.build(), position, onlyShowSpinner);
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java27 import com.android.ex.photo.fragments.PhotoViewFragment;
55 PhotoViewFragment.sPhotoSize);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java58 public class PhotoViewFragment extends Fragment implements class in inherits:Fragment,LoaderManager.LoaderCallbacks,OnClickListener,OnScreenListener,CursorChangedListener
88 "com.android.mail.photo.fragments.PhotoViewFragment.INTENT";
133 public PhotoViewFragment() { method in class:PhotoViewFragment
138 * Create a {@link PhotoViewFragment}.
143 public static PhotoViewFragment newInstance(
149 final PhotoViewFragment f = new PhotoViewFragment();
563 PhotoViewFragment.this);
565 getLoaderManager().restartLoader(LOADER_ID_PHOTO, null, PhotoViewFragment.this);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java39 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;

Completed in 454 milliseconds