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

12

/frameworks/base/packages/Keyguard/scripts/
H A Dcopy_profile_icons.sh7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
9 photo=${photo/$'\r'/}
10 adb shell mkdir /data/user/${user}/users/${photo}
11 adb pull /data/system/users/${photo}/photo.png
12 adb push photo.png /data/user/${user}/users/${photo}
/frameworks/opt/photoviewer/src/com/android/ex/photo/
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 DActionBarInterface.java1 package com.android.ex.photo;
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...]
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;
26 import com.android.ex.photo.fragments.PhotoViewFragment;
57 * Gets a photo view intent builder to display the photos from phone activity.
67 * Gets a photo view intent builder to display the photo view fragment
77 * Gets a photo view intent builder to display the photo view fragment with a custom fragment
89 /** Gets a new photo view intent builder */
95 /** Gets a new photo view intent builder */
101 /** Builder to create a photo vie
[all...]
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DMainActivity.java8 import com.android.ex.photo.Intents;
9 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
/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/util/
H A DTrace.java17 package com.android.ex.photo.util;
H A DUtil.java1 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
H A DExif.java17 package com.android.ex.photo.util;
/frameworks/opt/photoviewer/src/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
H A DBaseCursorPagerAdapter.java18 package com.android.ex.photo.adapters;
28 import com.android.ex.photo.provider.PhotoContract;
/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/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/opt/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java18 package com.android.ex.photo.views;
/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 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/sample/
H A DAndroid.mk36 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.photo
60 LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.appcompat:com.android.ex.photo

Completed in 222 milliseconds

12