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;
82 public void onFragmentPhotoLoadComplete(PhotoViewFragment fragment,
89 public void onFragmentVisible(PhotoViewFragment fragment);
93 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor);
Intents.java 26 import com.android.ex.photo.fragments.PhotoViewFragment;
74 return newPhotoViewFragmentIntentBuilder(context, PhotoViewFragment.class);
82 * @param clazz Subclass of PhotoViewFragment to use
86 Class<? extends PhotoViewFragment> clazz) {
PhotoViewController.java 44 import com.android.ex.photo.fragments.PhotoViewFragment;
95 "com.android.ex.PhotoViewFragment.INITIAL_URI";
97 "com.android.ex.PhotoViewFragment.CURRENT_URI";
99 "com.android.ex.PhotoViewFragment.CURRENT_INDEX";
101 "com.android.ex.PhotoViewFragment.FULLSCREEN";
103 "com.android.ex.PhotoViewFragment.ACTIONBARTITLE";
105 "com.android.ex.PhotoViewFragment.ACTIONBARSUBTITLE";
107 "com.android.ex.PhotoViewFragment.SCALEANIMATIONFINISHED";
713 public void onFragmentVisible(PhotoViewFragment fragment) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoViewFragment.java 24 import com.android.ex.photo.fragments.PhotoViewFragment;
27 public class BuglePhotoViewFragment extends PhotoViewFragment {
34 public static PhotoViewFragment newInstance(Intent intent, int position,
36 final PhotoViewFragment f = new BuglePhotoViewFragment();
BuglePhotoPageAdapter.java 24 import com.android.ex.photo.fragments.PhotoViewFragment;
34 protected PhotoViewFragment createPhotoViewFragment(Intent intent, int position,
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 28 import com.android.ex.photo.fragments.PhotoViewFragment;
60 // create new PhotoViewFragment
73 protected Class<? extends PhotoViewFragment> getPhotoViewFragmentClass() {
74 return PhotoViewFragment.class;
77 protected PhotoViewFragment createPhotoViewFragment(
79 return PhotoViewFragment.newInstance(intent, position, onlyShowSpinner);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 55 public class PhotoViewFragment extends Fragment implements
86 "com.android.mail.photo.fragments.PhotoViewFragment.INTENT";
115 * True if the PhotoViewFragment should watch the network state in order to restart loaders.
135 public PhotoViewFragment() {
140 * Create a {@link PhotoViewFragment}.
145 public static PhotoViewFragment newInstance(
147 final PhotoViewFragment f = new PhotoViewFragment();
153 Intent intent, int position, boolean onlyShowSpinner, PhotoViewFragment f) {
597 null, PhotoViewFragment.this)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 36 import com.android.ex.photo.fragments.PhotoViewFragment;
256 public void onFragmentVisible(PhotoViewFragment fragment) {
266 public void onCursorChanged(PhotoViewFragment fragment, Cursor cursor) {
277 final PhotoViewFragment fragment, final Attachment attachment) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 42 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;
    [all...]

Completed in 1949 milliseconds