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

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DTrace.java17 package com.android.ex.photo.util;
H A DExif.java17 package com.android.ex.photo.util;
H A DInputStreamBuffer.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.loaders.PhotoBitmapLoaderInterface.BitmapResult;
117 // Do nothing - the photo will appear to be missing
121 // Do nothing - the photo will appear to be missing
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoaderInterface.java1 package 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.loaders.PhotoBitmapLoaderInterface.BitmapResult;
29 import com.android.ex.photo.util.ImageUtils;
32 * 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/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
H A DPhotoView.java18 package com.android.ex.photo.views;
40 import com.android.ex.photo.R;
41 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;
44 * Layout for the photo list view header.
84 /** Paint to partially dim the photo during crop */
86 /** Paint to highlight the cropped portion of the photo */
89 /** The photo to display */
93 /** A matrix to apply the scaling of the photo */
102 /** Whether or not the photo is full-screen */
156 /** Source (i.e. the photo siz
[all...]
/frameworks/opt/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 DPhotoViewCallbacks.java1 package com.android.ex.photo;
8 import com.android.ex.photo.adapters.PhotoPagerAdapter;
9 import com.android.ex.photo.fragments.PhotoViewFragment;
10 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
54 * Called when the cursor that contains the photo list data
57 * @param cursor the cursor containing the photo list data
H A DIntents.java18 package com.android.ex.photo;
25 import com.android.ex.photo.fragments.PhotoViewFragment;
55 * Gets a photo view intent builder to display the photos from phone activity.
65 * Gets a photo view intent builder to display the photo view fragment
74 /** Gets a new photo view intent builder */
80 /** Builder to create a photo view intent */
84 /** The index of the photo to show */
86 /** The URI of the initial photo to show */
92 /** The URL of the photo t
[all...]
/frameworks/opt/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/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java18 package com.android.ex.photo.fragments;
43 import com.android.ex.photo.Intents;
44 import com.android.ex.photo.PhotoViewCallbacks;
45 import com.android.ex.photo.PhotoViewCallbacks.CursorChangedListener;
46 import com.android.ex.photo.PhotoViewCallbacks.OnScreenListener;
47 import com.android.ex.photo.R;
48 import com.android.ex.photo.adapters.PhotoPagerAdapter;
49 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
50 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;
51 import com.android.ex.photo
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java212 // Look for photo links.
213 Photo photo = Photo.matchURL(url, text);
214 if (photo != null) {
215 return photo;
218 // Look for photo links.
952 /** Represents a link to a Picasa photo or album. */
954 /** Pattern for an album or photo URL. */
958 "http://picasaweb.google.com/([^/?#&]+)/+((?!searchbrowse)[^/?#&]+)(?:/|/photo)?(?:\\?[^#]*)?(?:#(.*))?");
962 private String photo; // null for albums field in class:AbstractMessageParser.Photo
964 public Photo(String user, String album, String photo, Strin argument
1012 getPhotoURL(String user, String album, String photo) argument
1031 private String photo; // null for user album field in class:AbstractMessageParser.FlickrPhoto
1035 FlickrPhoto(String user, String photo, String grouping, String groupingId, String text) argument
1122 getPhotoURL(String user, String photo) argument
[all...]
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java18 package com.android.ex.photo;
54 import com.android.ex.photo.PhotoViewPager.InterceptType;
55 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
56 import com.android.ex.photo.adapters.PhotoPagerAdapter;
57 import com.android.ex.photo.fragments.PhotoViewFragment;
58 import com.android.ex.photo.loaders.PhotoBitmapLoader;
59 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
60 import com.android.ex.photo.loaders.PhotoPagerLoader;
61 import com.android.ex.photo.provider.PhotoContract;
94 /** Count used when the real photo coun
[all...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java18 package com.android.ex.photo;
53 import com.android.ex.photo.PhotoViewPager.InterceptType;
54 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
55 import com.android.ex.photo.adapters.PhotoPagerAdapter;
56 import com.android.ex.photo.fragments.PhotoViewFragment;
57 import com.android.ex.photo.loaders.PhotoBitmapLoader;
58 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
59 import com.android.ex.photo.loaders.PhotoPagerLoader;
60 import com.android.ex.photo.provider.PhotoContract;
93 /** Count used when the real photo coun
[all...]

Completed in 176 milliseconds