Home
last modified time | relevance | path

Searched refs:newPhotoViewFragmentIntentBuilder (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java73 public static PhotoViewIntentBuilder newPhotoViewFragmentIntentBuilder(Context context) { in newPhotoViewFragmentIntentBuilder() method in Intents
74 return newPhotoViewFragmentIntentBuilder(context, PhotoViewFragment.class); in newPhotoViewFragmentIntentBuilder()
85 public static PhotoViewIntentBuilder newPhotoViewFragmentIntentBuilder(Context context, in newPhotoViewFragmentIntentBuilder() method in Intents
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java62 Intents.newPhotoViewFragmentIntentBuilder(mContext, getPhotoViewFragmentClass()); in getItem()