HomeSort by relevance Sort by last modified time
    Searched refs:PhotoViewController (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 31 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/
PhotoViewActivity.java 31 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/
PhotoBitmapLoader.java 27 import com.android.ex.photo.PhotoViewController;
57 PhotoViewController.sMaxPhotoSize);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 25 import com.android.ex.photo.PhotoViewController;
101 public PhotoViewController createController() {
MailPhotoViewController.java 35 import com.android.ex.photo.PhotoViewController;
56 * Derives from {@link PhotoViewController} to customize behavior
60 public class MailPhotoViewController extends PhotoViewController {
62 public interface ActivityInterface extends PhotoViewController.ActivityInterface {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 31 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/
PhotoViewController.java 64 public class PhotoViewController implements
87 public PhotoViewController getController();
90 private final static String TAG = "PhotoViewController";
198 public PhotoViewController(ActivityInterface activity) {
225 public PhotoViewController.ActivityInterface getActivity() {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 44 import com.android.ex.photo.PhotoViewController.ActivityInterface;

Completed in 434 milliseconds