Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java32 implements PhotoViewController.ActivityInterface {
34 private PhotoViewController mController;
44 public PhotoViewController createController() { in createController()
45 return new PhotoViewController(this); in createController()
49 public PhotoViewController getController() { in getController()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java32 implements PhotoViewController.ActivityInterface {
34 private PhotoViewController mController;
44 protected PhotoViewController createController() { in createController()
45 return new PhotoViewController(this); in createController()
49 public PhotoViewController getController() { in getController()
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoBitmapLoader.java27 import com.android.ex.photo.PhotoViewController;
57 PhotoViewController.sMaxPhotoSize); in loadInBackground()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
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/
DPhotoViewController.java66 public class PhotoViewController implements class
89 public PhotoViewController getController(); in getController()
206 public PhotoViewController(ActivityInterface activity) { in PhotoViewController() method in PhotoViewController
233 public PhotoViewController.ActivityInterface getActivity() { in getActivity()
1028 PhotoViewController.this.onEnterAnimationComplete(); in runEnterAnimation()
1061 PhotoViewController.this.onEnterAnimationComplete(); in runEnterAnimation()
1110 PhotoViewController.this.onExitAnimationComplete(); in runExitAnimation()
1150 PhotoViewController.this.onExitAnimationComplete(); in runExitAnimation()
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java44 import com.android.ex.photo.PhotoViewController.ActivityInterface;