Searched defs:photo (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java18 package com.android.ex.photo.loaders;
25 import com.android.ex.photo.provider.PhotoContract;
28 * Loader for a set of photo IDs.
H A DPhotoBitmapLoader.java18 package com.android.ex.photo.loaders;
27 import com.android.ex.photo.fragments.PhotoViewFragment;
28 import com.android.ex.photo.util.ImageUtils;
31 * Loader for the bitmap of a photo.
/frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java18 package com.android.ex.photo.provider;
/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DExif.java17 package com.android.ex.photo.util;
H A DImageUtils.java18 package com.android.ex.photo.util;
31 import com.android.ex.photo.PhotoViewActivity;
32 import com.android.ex.photo.util.Exif;
109 // Do nothing - the photo will appear to be missing
111 // Do nothing - the photo will appear to be missing
113 // Do nothing - the photo will appear to be missing
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java18 package com.android.ex.photo.loaders;
25 import com.android.ex.photo.provider.PhotoContract;
28 * Loader for a set of photo IDs.
H A DPhotoBitmapLoader.java18 package com.android.ex.photo.loaders;
27 import com.android.ex.photo.fragments.PhotoViewFragment;
28 import com.android.ex.photo.util.ImageUtils;
31 * Loader for the bitmap of a photo.
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java18 package com.android.ex.photo.provider;
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java17 package com.android.ex.photo.util;
H A DImageUtils.java18 package com.android.ex.photo.util;
31 import com.android.ex.photo.PhotoViewActivity;
32 import com.android.ex.photo.util.Exif;
120 // Do nothing - the photo will appear to be missing
122 // Do nothing - the photo will appear to be missing
124 // Do nothing - the photo will appear to be missing
/frameworks/ex/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java18 package com.android.ex.photo.adapters;
25 import com.android.ex.photo.Intents;
26 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
27 import com.android.ex.photo.fragments.PhotoViewFragment;
28 import com.android.ex.photo.provider.PhotoContract;
31 * Pager adapter for the photo view
H A DBaseCursorPagerAdapter.java18 package com.android.ex.photo.adapters;
28 import com.android.ex.photo.provider.PhotoContract;
H A DBaseFragmentPagerAdapter.java18 package com.android.ex.photo.adapters;
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java18 package com.android.ex.photo.adapters;
24 import com.android.ex.photo.Intents;
25 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
26 import com.android.ex.photo.fragments.PhotoViewFragment;
27 import com.android.ex.photo.provider.PhotoContract;
30 * Pager adapter for the photo view
H A DBaseCursorPagerAdapter.java18 package com.android.ex.photo.adapters;
28 import com.android.ex.photo.provider.PhotoContract;
H A DBaseFragmentPagerAdapter.java18 package com.android.ex.photo.adapters;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java18 package com.android.ex.photo;
28 * View pager for photo view fragments. Define our own class so we can specify the
H A DIntents.java18 package com.android.ex.photo;
24 import com.android.ex.photo.fragments.PhotoViewFragment;
39 * Gets a photo view intent builder to display the photos from phone activity.
49 * Gets a photo view intent builder to display the photo view fragment
58 /** Gets a new photo view intent builder */
64 /** Builder to create a photo view intent */
68 /** The index of the photo to show */
72 /** The URL of the photo to display */
76 /** The URI of a thumbnail of the photo t
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java1 package com.android.ex.photo;
6 import com.android.ex.photo.fragments.PhotoViewFragment;
45 * Called when the cursor that contains the photo list data
48 * @param cursor the cursor containing the photo list data
H A DPhotoViewPager.java18 package com.android.ex.photo;
28 * View pager for photo view fragments. Define our own class so we can specify the
H A DIntents.java18 package com.android.ex.photo;
24 import com.android.ex.photo.fragments.PhotoViewFragment;
40 * Gets a photo view intent builder to display the photos from phone activity.
50 * Gets a photo view intent builder to display the photo view fragment
59 /** Gets a new photo view intent builder */
65 /** Builder to create a photo view intent */
69 /** The index of the photo to show */
73 /** The URL of the photo to display */
77 /** The URI of a thumbnail of the photo t
[all...]
H A DPhotoViewActivity.java18 package com.android.ex.photo;
38 import com.android.ex.photo.PhotoViewPager.InterceptType;
39 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
40 import com.android.ex.photo.adapters.PhotoPagerAdapter;
41 import com.android.ex.photo.fragments.PhotoViewFragment;
42 import com.android.ex.photo.loaders.PhotoPagerLoader;
43 import com.android.ex.photo.provider.PhotoContract;
62 /** Count used when the real photo count is unknown [but, may be determined] */
72 /** The index of the currently viewed photo */
292 // set the selected photo
[all...]
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java18 package com.android.ex.photo.fragments;
40 import com.android.ex.photo.Intents;
41 import com.android.ex.photo.PhotoViewActivity;
42 import com.android.ex.photo.PhotoViewActivity.CursorChangedListener;
43 import com.android.ex.photo.PhotoViewActivity.OnScreenListener;
44 import com.android.ex.photo.R;
45 import com.android.ex.photo.adapters.PhotoPagerAdapter;
46 import com.android.ex.photo.loaders.PhotoBitmapLoader;
47 import com.android.ex.photo.util.ImageUtils;
48 import com.android.ex.photo
[all...]

Completed in 655 milliseconds

12