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

1 2 34

  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 18 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.loaders.PhotoBitmapLoaderInterface.BitmapResult
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 32 import android.provider.ContactsContract.CommonDataKinds.Photo;
81 public byte[] photo; field in class:AggregationSuggestionEngine.Suggestion
88 + nickname + (photo != null ? " [has photo]" : "");
289 + Photo.CONTENT_ITEM_TYPE + "')"
302 Photo.PHOTO,
317 public static final int PHOTO = 9;
472 } else if (Photo.CONTENT_ITEM_TYPE.equals(mimetype)) {
475 if (dataId == photoId && !mDataCursor.isNull(DataQuery.PHOTO)) {
    [all...]
CompactRawContactsEditorView.java 49 import android.provider.ContactsContract.CommonDataKinds.Photo;
452 mPhotoValuesDelta.put(Photo.PHOTO, (byte[]) null);
468 // Mark the currently displayed photo as primary
475 // there is a change in EITHER the delta-list OR a changed photo...
484 elog("Failed to get bitmap from photo Uri");
492 mKindSectionDataMap.get(Photo.CONTENT_ITEM_TYPE);
508 * Get the raw contact ID for the CompactHeaderView photo.
521 * Returns a data holder for every non-default/non-empty photo from each raw contact, whether
524 public ArrayList<CompactPhotoSelectionFragment.Photo> getPhotos()
541 final CompactPhotoSelectionFragment.Photo photo = local
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactInfoCache.java 308 entry.photo = mContext.getResources().getDrawable(R.drawable.img_business);
365 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
381 Log.d(this, "setting photo for entry: ", entry);
384 if (photo != null) {
385 Log.v(this, "direct drawable: ", photo);
386 entry.photo = photo;
388 Log.v(this, "photo icon: ", photoIcon);
389 entry.photo = new BitmapDrawable(mContext.getResources(), photoIcon);
391 Log.v(this, "unknown photo");
413 Drawable photo = null; local
661 public Drawable photo; field in class:ContactInfoCache.ContactCacheEntry
    [all...]
CallCardPresenter.java 558 * Handles click on the contact photo by toggling fullscreen mode if the current call is a video
615 if (entry.photo != null) {
619 getUi().setPrimaryImage(entry.photo, showContactPhoto);
756 // Hide the contact photo if we are in a video call and the incoming video surface is
814 mPrimaryContactInfo.photo,
1061 Drawable photo = mContext.getResources().getDrawable(resId); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 309 RectF photo = new RectF(0, 0, mOriginalBitmap.getWidth(), mOriginalBitmap.getHeight()); local
310 RectF crop = getBitmapCrop(photo);
312 photo, mOriginalBounds,
690 RectF photo = mCropView.getPhoto(); local
691 if (crop == null || photo == null) {
695 RectF scaledCrop = CropMath.getScaledCropBounds(crop, photo, imageBounds);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 538 * Looks for the photo data item in entities. If found, a thumbnail will be stored. A larger
539 * photo will also be stored if available.
544 // Try to load the large photo from a file using the photo URI.
587 // No photo ID
598 final PhotoDataItem photo = (PhotoDataItem) dataItem; local
599 contactData.setThumbnailPhotoBinaryData(photo.getPhoto());
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 212 // Look for photo links.
213 Photo photo = Photo.matchURL(url, text); local
214 if (photo != null) {
215 return photo;
218 // Look for photo links.
665 PHOTO ("p"),
952 /** Represents a link to a Picasa photo or album. */
953 public static class Photo extends Token
962 private String photo; \/\/ null for albums field in class:AbstractMessageParser.Photo
1031 private String photo; \/\/ null for user album field in class:AbstractMessageParser.FlickrPhoto
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 1 package com.android.ex.photo;
40 import com.android.ex.photo.ActionBarInterface.OnMenuVisibilityListener;
41 import com.android.ex.photo.PhotoViewPager.InterceptType;
42 import com.android.ex.photo.PhotoViewPager.OnInterceptTouchListener;
43 import com.android.ex.photo.adapters.PhotoPagerAdapter;
44 import com.android.ex.photo.fragments.PhotoViewFragment;
45 import com.android.ex.photo.loaders.PhotoBitmapLoader;
46 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
47 import com.android.ex.photo.loaders.PhotoPagerLoader;
48 import com.android.ex.photo.provider.PhotoContract
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 18 package com.android.ex.photo.views;
41 import com.android.ex.photo.R;
42 import com.android.ex.photo.fragments.PhotoViewFragment.HorizontallyScrollable;
45 * Layout for the photo list view header.
95 /** Paint to partially dim the photo during crop */
97 /** Paint to highlight the cropped portion of the photo */
100 /** The photo to display */
104 /** A matrix to apply the scaling of the photo */
113 /** Whether or not the photo is full-screen */
167 /** Source (i.e. the photo size) bounds *
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 72 * The view contains the contact's photo, a set of text views (for name, status, etc...) and
77 * The layout puts the contact's photo on the right side of the view, the call icon (if present)
78 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
150 * Where to put contact photo. This affects the other Views' layout or look-and-feel.
207 * When true all the Views on the right side of the photo should have horizontal padding on
208 * those left assuming there is a photo.
436 // All the other Views will honor the photo, so available width for them may be shrunk.
569 // Make sure the height is at least as high as the photo
649 // Photo is the left most view. All the other Views should on the right of the photo
1734 ImageView photo = getPhotoView(); local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 34 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT);
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 22 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT);
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 18 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 578 final ImageView photo = (ImageView) suggestionView.findViewById( local
580 if (suggestion.photo != null) {
581 ContactPhotoManager.getInstance(this).loadThumbnail(photo, suggestion.photoId,
584 ContactPhotoManager.DEFAULT_AVATAR.applyDefaultImage(photo, -1, false, request);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1368 milliseconds

1 2 34