Searched refs:PhotoPagerAdapter (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java8 import com.android.ex.photo.adapters.PhotoPagerAdapter;
92 public PhotoPagerAdapter getAdapter();
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java33 public class PhotoPagerAdapter extends BaseCursorPagerAdapter { class in inherits:BaseCursorPagerAdapter
40 public PhotoPagerAdapter( method in class:PhotoPagerAdapter
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java56 import com.android.ex.photo.adapters.PhotoPagerAdapter;
127 protected PhotoPagerAdapter mAdapter;
168 protected PhotoPagerAdapter createPhotoPagerAdapter(Context context,
170 PhotoPagerAdapter adapter = new PhotoPagerAdapter(context, fm, c, maxScale,
784 public PhotoPagerAdapter getAdapter() {
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java55 import com.android.ex.photo.adapters.PhotoPagerAdapter;
126 protected PhotoPagerAdapter mAdapter;
167 protected PhotoPagerAdapter createPhotoPagerAdapter(Context context,
169 PhotoPagerAdapter adapter = new PhotoPagerAdapter(context, fm, c, maxScale,
783 public PhotoPagerAdapter getAdapter() {
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java48 import com.android.ex.photo.adapters.PhotoPagerAdapter;
104 protected PhotoPagerAdapter mAdapter;

Completed in 171 milliseconds