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

12

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DTrace.java17 package com.android.ex.photo.util;
H A DUtil.java1 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.PhotoViewController;
32 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
114 // Do nothing - the photo will appear to be missing
118 // 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.PhotoViewController;
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.
H A DPhotoBitmapLoaderInterface.java1 package com.android.ex.photo.loaders;
23 * Returns a drawable to be used in the {@link com.android.ex.photo.views.PhotoView}.
/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;
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java1 package com.android.ex.photo;
H A DPhotoViewActivity.java18 package com.android.ex.photo;
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java1 package com.android.ex.photo;
H A DPhotoViewActivity.java18 package com.android.ex.photo;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DActionBarInterface.java1 package 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;
62 * Called when the cursor that contains the photo list data
65 * @param cursor the cursor containing the photo list data
H A DIntents.java18 package com.android.ex.photo;
26 import com.android.ex.photo.fragments.PhotoViewFragment;
56 * Gets a photo view intent builder to display the photos from phone activity.
66 * Gets a photo view intent builder to display the photo view fragment
76 * Gets a photo view intent builder to display the photo view fragment with a custom fragment
88 /** Gets a new photo view intent builder */
94 /** Gets a new photo view intent builder */
100 /** Builder to create a photo vie
[all...]
H A DPhotoViewController.java1 package com.android.ex.photo;
38 import com.android.ex.photo.ActionBarInterface.OnMenuVisibilityListener;
39 import com.android.ex.photo.PhotoViewPager.InterceptType;
40 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
41 import com.android.ex.photo.adapters.PhotoPagerAdapter;
42 import com.android.ex.photo.fragments.PhotoViewFragment;
43 import com.android.ex.photo.loaders.PhotoBitmapLoader;
44 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
45 import com.android.ex.photo.loaders.PhotoPagerLoader;
46 import com.android.ex.photo
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
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;
H A DPhotoPagerAdapter.java18 package com.android.ex.photo.adapters;
26 import com.android.ex.photo.Intents;
27 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
28 import com.android.ex.photo.fragments.PhotoViewFragment;
29 import com.android.ex.photo.provider.PhotoContract.PhotoViewColumns;
30 import com.android.ex.photo.provider.PhotoContract.PhotoQuery;
33 * Pager adapter for the photo view
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java73 * @param photo Dimensions of captured images.
80 Size preview, Size photo) throws CameraAccessException {
101 setPhotoSize(photo);
79 AndroidCamera2Settings(CameraDevice camera, int template, Rect activeArray, Size preview, Size photo) argument
/frameworks/opt/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.PhotoViewCallbacks;
42 import com.android.ex.photo.PhotoViewCallbacks.CursorChangedListener;
43 import com.android.ex.photo.PhotoViewCallbacks.OnScreenListener;
44 import com.android.ex.photo.PhotoViewController.ActivityInterface;
45 import com.android.ex.photo.R;
46 import com.android.ex.photo.adapters.PhotoPagerAdapter;
47 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;
48 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...]

Completed in 230 milliseconds

12