HomeSort by relevance Sort by last modified time
    Searched refs:PhotoViewFragment (Results 1 - 7 of 7) 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;
72 return newPhotoViewFragmentIntentBuilder(context, PhotoViewFragment.class);
80 * @param clazz Subclass of PhotoViewFragment to use
84 Class<? extends PhotoViewFragment> clazz) {
PhotoViewController.java 42 import com.android.ex.photo.fragments.PhotoViewFragment;
93 "com.android.ex.PhotoViewFragment.INITIAL_URI";
95 "com.android.ex.PhotoViewFragment.CURRENT_URI";
97 "com.android.ex.PhotoViewFragment.CURRENT_INDEX";
99 "com.android.ex.PhotoViewFragment.FULLSCREEN";
101 "com.android.ex.PhotoViewFragment.ACTIONBARTITLE";
103 "com.android.ex.PhotoViewFragment.ACTIONBARSUBTITLE";
105 "com.android.ex.PhotoViewFragment.SCALEANIMATIONFINISHED";
647 public void onFragmentVisible(PhotoViewFragment fragment) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 28 import com.android.ex.photo.fragments.PhotoViewFragment;
59 // create new PhotoViewFragment
71 protected Class<? extends PhotoViewFragment> getPhotoViewFragmentClass() {
72 return PhotoViewFragment.class;
75 protected PhotoViewFragment createPhotoViewFragment(
77 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";
114 * True if the PhotoViewFragment should watch the network state in order to restart loaders.
134 public PhotoViewFragment() {
139 * Create a {@link PhotoViewFragment}.
144 public static PhotoViewFragment newInstance(
146 final PhotoViewFragment f = new PhotoViewFragment();
152 Intent intent, int position, boolean onlyShowSpinner, PhotoViewFragment f) {
604 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 83 milliseconds