Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
DBuglePhotoPageAdapter.java26 public class BuglePhotoPageAdapter extends PhotoPagerAdapter { class
28 public BuglePhotoPageAdapter(Context context, FragmentManager fm, Cursor c, float maxScale, in BuglePhotoPageAdapter() method in BuglePhotoPageAdapter
DBuglePhotoViewController.java177 return new BuglePhotoPageAdapter(context, fm, c, maxScale, mDisplayThumbsFullScreen); in createPhotoPagerAdapter()