Home
last modified time | relevance | path

Searched refs:PhotoViewFragment (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java9 import com.android.ex.photo.fragments.PhotoViewFragment;
82 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, in onFragmentPhotoLoadComplete()
89 public void onFragmentVisible(PhotoViewFragment fragment); in onFragmentVisible()
93 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor); in onCursorChanged()
H A DIntents.java26 import com.android.ex.photo.fragments.PhotoViewFragment;
74 return newPhotoViewFragmentIntentBuilder(context, PhotoViewFragment.class); in newPhotoViewFragmentIntentBuilder()
86 Class<? extends PhotoViewFragment> clazz) { in newPhotoViewFragmentIntentBuilder()
H A DPhotoViewController.java44 import com.android.ex.photo.fragments.PhotoViewFragment;
713 public void onFragmentVisible(PhotoViewFragment fragment) { in onFragmentVisible()
937 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment, boolean success) { in onFragmentPhotoLoadComplete()
967 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) { in onCursorChanged()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
H A DBuglePhotoViewFragment.java24 import com.android.ex.photo.fragments.PhotoViewFragment;
27 public class BuglePhotoViewFragment extends PhotoViewFragment {
34 public static PhotoViewFragment newInstance(Intent intent, int position, in newInstance()
36 final PhotoViewFragment f = new BuglePhotoViewFragment(); in newInstance()
H A DBuglePhotoPageAdapter.java24 import com.android.ex.photo.fragments.PhotoViewFragment;
34 protected PhotoViewFragment createPhotoViewFragment(Intent intent, int position, in createPhotoViewFragment()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java28 import com.android.ex.photo.fragments.PhotoViewFragment;
73 protected Class<? extends PhotoViewFragment> getPhotoViewFragmentClass() { in getPhotoViewFragmentClass()
74 return PhotoViewFragment.class; in getPhotoViewFragmentClass()
77 protected PhotoViewFragment createPhotoViewFragment( in createPhotoViewFragment()
79 return PhotoViewFragment.newInstance(intent, position, onlyShowSpinner); in createPhotoViewFragment()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java55 public class PhotoViewFragment extends Fragment implements class
135 public PhotoViewFragment() { in PhotoViewFragment() method in PhotoViewFragment
145 public static PhotoViewFragment newInstance( in newInstance()
147 final PhotoViewFragment f = new PhotoViewFragment(); in newInstance()
153 Intent intent, int position, boolean onlyShowSpinner, PhotoViewFragment f) { in initializeArguments()
597 null, PhotoViewFragment.this); in onReceive()
600 null, PhotoViewFragment.this); in onReceive()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java42 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;