HomeSort by relevance Sort by last modified time
    Searched defs:photo (Results 1 - 25 of 54) sorted by null

1 2 3

  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
ContactPhotoFetcher.java 17 package com.android.mail.photo;
MailPhotoViewActivity.java 18 package com.android.mail.photo;
23 import com.android.ex.photo.Intents;
24 import com.android.ex.photo.PhotoViewActivity;
25 import com.android.ex.photo.PhotoViewController;
44 * @param photoIndex The index of the photo to show first.
50 "com.android.mail.photo.MailPhotoViewActivity");
62 * @param initialPhotoUri The uri of the photo to show first.
74 context, "com.android.mail.photo.MailPhotoViewActivity");
  /packages/apps/UnifiedEmail/src/com/android/mail/
ContactInfo.java 26 public final Bitmap photo; field in class:ContactInfo
36 public ContactInfo(Uri contactUri, Bitmap photo) {
37 this(contactUri, null, photo);
40 private ContactInfo(Uri contactUri, byte[] photoBytes, Bitmap photo) {
43 this.photo = photo;
48 return "{photo=" + (photo != null ? photo : photoBytes) + "}";
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
ActionBarInterface.java 1 package com.android.ex.photo;
PhotoViewCallbacks.java 1 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
PhotoViewPager.java 18 package com.android.ex.photo;
28 * View pager for photo view fragments. Define our own class so we can specify the
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoaderInterface.java 1 package com.android.ex.photo.loaders;
23 * Returns a drawable to be used in the {@link com.android.ex.photo.views.PhotoView}.
PhotoPagerLoader.java 18 package com.android.ex.photo.loaders;
25 import com.android.ex.photo.provider.PhotoContract;
28 * Loader for a set of photo IDs.
PhotoBitmapLoader.java 18 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.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 17 package com.android.ex.photo.util;
Exif.java 17 package com.android.ex.photo.util;
InputStreamBuffer.java 17 package com.android.ex.photo.util;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java 18 package com.android.ex.photo.views;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
PhotoContract.java 18 package com.android.ex.photo.provider;
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
ActionBarWrapper.java 1 package com.android.ex.photo;
PhotoViewActivity.java 18 package com.android.ex.photo;
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
ActionBarWrapper.java 1 package com.android.ex.photo;
PhotoViewActivity.java 18 package com.android.ex.photo;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 18 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
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 85 Bitmap photo = ((BitmapDrawable) drawable).getBitmap(); local
86 final int size = photo.getWidth() * photo.getHeight() * 4;
90 photo.compress(Bitmap.CompressFormat.PNG, 100, out);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 347 private double[] getCenter(View photo) {
348 float width = (float) ((Integer) photo.getTag(R.id.photo_width)).intValue();
349 float height = (float) ((Integer) photo.getTag(R.id.photo_height)).intValue();
350 double[] center = { photo.getX() + width / 2f,
351 - (photo.getY() + height / 2f) };
437 for (View photo: mOnTable) {
438 if (photo != getSelection()) {
439 dropOnTable(photo);
465 View photo = inflater.inflate(R.layout.photo, null) local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 86 ImageView photo = (ImageView) findViewById(R.id.aggregation_suggestion_photo); local
87 if (suggestion.photo != null) {
88 photo.setImageBitmap(BitmapFactory.decodeByteArray(
89 suggestion.photo, 0, suggestion.photo.length));
91 photo.setImageDrawable(ContactPhotoManager.getDefaultAvatarDrawableForContact(
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 27 import android.provider.ContactsContract.CommonDataKinds.Photo;
38 * Loader to load presence statuses and the contact photo.
44 /** email address -> photo id, presence */
52 /** photo id -> photo data */
54 Photo.PHOTO
67 /** Contact photo. Null if unknown */
76 public Result(Bitmap photo, int presenceResId, Uri lookupUri) {
77 mPhoto = photo;
128 Bitmap photo = null; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 22 import android.provider.ContactsContract.CommonDataKinds.Photo;
89 * Small version of the contact photo loaded from a blob instead of from a file. If a large
90 * contact photo is not available yet, then this has the same value as mPhotoBinaryData.
442 // If the photo was loaded using the URI, create an entry for the photo
445 ContentValues photo = new ContentValues(); local
446 photo.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
447 photo.put(Photo.PHOTO, mPhotoBinaryData)
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 190 final Bitmap photo = BitmapFactory.decodeByteArray(photoBytes, 0, local
192 view.setImageBitmap(photo);
247 * (for photo). Ids for those should be available via {@link #getDisplayNameResId()},
265 * (for photo). Ids for those should be available via {@link #getDisplayNameResId()},
281 * photo is available.
313 * Returns an id for ImageView in an item View for showing photo image for a person. In default

Completed in 333 milliseconds

1 2 3