Searched refs:PhotoViewController (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java31 implements PhotoViewController.ActivityInterface {
33 private PhotoViewController mController;
43 public PhotoViewController createController() {
44 return new PhotoViewController(this);
48 public PhotoViewController getController() {
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java31 implements PhotoViewController.ActivityInterface {
33 private PhotoViewController mController;
43 protected PhotoViewController createController() {
44 return new PhotoViewController(this);
48 public PhotoViewController getController() {
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java27 import com.android.ex.photo.PhotoViewController;
57 PhotoViewController.sMaxPhotoSize);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java31 import com.android.ex.photo.PhotoViewController;
68 if (PhotoViewController.sMemoryClass >= MIN_NORMAL_CLASS) {
71 } else if (PhotoViewController.sMemoryClass >= MIN_SMALL_CLASS) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java64 public class PhotoViewController implements class in inherits:LoaderManager.LoaderCallbacks,OnPageChangeListener,OnInterceptTouchListener,OnMenuVisibilityListener,PhotoViewCallbacks
87 public PhotoViewController getController();
90 private final static String TAG = "PhotoViewController";
198 public PhotoViewController(ActivityInterface activity) { method in class:PhotoViewController
225 public PhotoViewController.ActivityInterface getActivity() {
946 PhotoViewController.this.onEnterAnimationComplete();
975 PhotoViewController.this.onEnterAnimationComplete();
1021 PhotoViewController.this.onExitAnimationComplete();
1059 PhotoViewController.this.onExitAnimationComplete();
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java44 import com.android.ex.photo.PhotoViewController.ActivityInterface;

Completed in 87 milliseconds