HomeSort by relevance Sort by last modified time
    Searched refs:PhotoViewFragment (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 9 import com.android.ex.photo.fragments.PhotoViewFragment;
74 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment,
81 public void onFragmentVisible(PhotoViewFragment fragment);
85 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor);
Intents.java 25 import com.android.ex.photo.fragments.PhotoViewFragment;
71 return new PhotoViewIntentBuilder(context, PhotoViewFragment.class);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 27 import com.android.ex.photo.fragments.PhotoViewFragment;
63 // create new PhotoViewFragment
72 return PhotoViewFragment.newInstance(builder.build(), position, onlyShowSpinner);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 27 import com.android.ex.photo.fragments.PhotoViewFragment;
57 PhotoViewFragment.sPhotoSize);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 58 public class PhotoViewFragment extends Fragment implements
89 "com.android.mail.photo.fragments.PhotoViewFragment.INTENT";
120 * True if the PhotoViewFragment should watch the network state in order to restart loaders.
140 public PhotoViewFragment() {
145 * Create a {@link PhotoViewFragment}.
150 public static PhotoViewFragment newInstance(
156 final PhotoViewFragment f = new PhotoViewFragment();
608 null, PhotoViewFragment.this);
611 null, PhotoViewFragment.this)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 36 import com.android.ex.photo.fragments.PhotoViewFragment;
246 public void onFragmentVisible(PhotoViewFragment fragment) {
256 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) {
267 final PhotoViewFragment fragment, final Attachment attachment) {
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 57 import com.android.ex.photo.fragments.PhotoViewFragment;
78 "com.google.android.apps.plus.PhotoViewFragment.CURRENT_URI";
80 "com.google.android.apps.plus.PhotoViewFragment.CURRENT_INDEX";
82 "com.google.android.apps.plus.PhotoViewFragment.FULLSCREEN";
84 "com.google.android.apps.plus.PhotoViewFragment.ACTIONBARTITLE";
86 "com.google.android.apps.plus.PhotoViewFragment.ACTIONBARTITLE";
88 "com.google.android.apps.plus.PhotoViewFragment.SCALEANIMATIONFINISHED";
526 public void onFragmentVisible(PhotoViewFragment fragment) {
755 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, boolean success) {
779 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor)
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 56 import com.android.ex.photo.fragments.PhotoViewFragment;
77 "com.google.android.apps.plus.PhotoViewFragment.CURRENT_URI";
79 "com.google.android.apps.plus.PhotoViewFragment.CURRENT_INDEX";
81 "com.google.android.apps.plus.PhotoViewFragment.FULLSCREEN";
83 "com.google.android.apps.plus.PhotoViewFragment.ACTIONBARTITLE";
85 "com.google.android.apps.plus.PhotoViewFragment.ACTIONBARTITLE";
87 "com.google.android.apps.plus.PhotoViewFragment.SCALEANIMATIONFINISHED";
525 public void onFragmentVisible(PhotoViewFragment fragment) {
754 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, boolean success) {
778 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor)
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 41 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;
    [all...]

Completed in 178 milliseconds