HomeSort by relevance Sort by last modified time
    Searched defs:photo (Results 26 - 50 of 94) sorted by null

12 3 4

  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
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/
Exif.java 17 package com.android.ex.photo.util;
InputStreamBuffer.java 17 package com.android.ex.photo.util;
ImageUtils.java 18 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
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
AutoFlashZslImageFilter.java 17 package com.android.camera.one.v2.photo.zsl;
ZslImageCaptureCommand.java 17 package com.android.camera.one.v2.photo.zsl;
31 import com.android.camera.one.v2.photo.ImageCaptureCommand;
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/nearbyplaces/
NearbyPlaceViewHolder.java 45 private final QuickContactBadge photo; field in class:NearbyPlaceViewHolder
52 photo = view.findViewById(R.id.photo);
72 photo,
83 // It includes information like display name, photo uri, phone number, ect.
  /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...]
  /frameworks/opt/photoviewer/src/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/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
BaseCursorPagerAdapter.java 18 package com.android.ex.photo.adapters;
28 import com.android.ex.photo.provider.PhotoContract;
BaseFragmentPagerAdapter.java 18 package com.android.ex.photo.adapters;
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
PictureTakerImpl.java 17 package com.android.camera.one.v2.photo;
SimpleImageCaptureCommand.java 17 package com.android.camera.one.v2.photo;
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DirectoryContactViewHolder.java 50 private final QuickContactBadge photo; field in class:DirectoryContactViewHolder
58 photo = view.findViewById(R.id.photo);
87 photo.setVisibility(View.VISIBLE);
91 photo,
99 photo.setVisibility(View.INVISIBLE);
103 // Show the contact photo next to only the first number if a contact has multiple numbers
  /packages/apps/Dialer/java/com/android/incallui/
ContactsAsyncHelper.java 34 /** Helper class for loading contacts photo asynchronously. */
45 * @param photo Drawable object obtained by the async load.
51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie);
55 void onImageLoaded(int token, Drawable photo, Bitmap photoIcon, Object cookie);
65 * @param displayPhotoUri Uri to be used to fetch the photo
111 args.token, args.photo, args.photoIcon, args.cookie);
123 public Drawable photo; field in class:ContactsAsyncHelper.WorkerArgs
140 "ContactsAsyncHelper.Worker.doInBackground", "error opening photo input stream", e);
144 args.photo = Drawable.createFromStream(inputStream, args.displayPhotoUri.toString());
148 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo);
    [all...]
  /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/EmergencyInfo/src/com/android/emergency/
EmergencyContactManager.java 32 * Provides methods to read name, phone number, photo, etc. from contacts.
45 Bitmap photo = null; local
55 ContactsContract.CommonDataKinds.Photo.PHOTO_ID},
71 new String[]{ContactsContract.Contacts.Photo.PHOTO},
77 photo = BitmapFactory.decodeStream(new ByteArrayInputStream(data));
92 return new Contact(contactLookupUri, phoneUri, name, phoneNumber, phoneType, photo);
136 /** The contact's photo. */
145 Bitmap photo) {
151 mPhoto = photo;
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
Contact.java 21 import android.provider.ContactsContract.CommonDataKinds.Photo;
75 * Small version of the contact photo loaded from a blob instead of from a file. If a large
76 * contact photo is not available yet, then this has the same value as mPhotoBinaryData.
335 // If the photo was loaded using the URI, create an entry for the photo
338 ContentValues photo = new ContentValues(); local
339 photo.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
340 photo.put(Photo.PHOTO, mPhotoBinaryData)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 22 import android.provider.ContactsContract.CommonDataKinds.Photo;
88 * Small version of the contact photo loaded from a blob instead of from a file. If a large
89 * contact photo is not available yet, then this has the same value as mPhotoBinaryData.
429 // If the photo was loaded using the URI, create an entry for the photo
432 ContentValues photo = new ContentValues(); local
433 photo.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
434 photo.put(Photo.PHOTO, mPhotoBinaryData)
    [all...]
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 18 package com.android.ex.photo;
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 18 package com.android.ex.photo;
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
TelecomUtils.java 78 * @param id the contact id to get the photo for
79 * @return the contact photo if it is found, null otherwise.
93 Bitmap photo = BitmapFactory.decodeStream(photoDataStream, nullPadding, options); local
94 if (photo != null) {
95 photo.setDensity(Bitmap.DENSITY_NONE);
97 return photo;

Completed in 340 milliseconds

12 3 4