HomeSort by relevance Sort by last modified time
    Searched full:photos (Results 201 - 225 of 363) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/net/data/proxy_resolver_perftest/
no-ads.pac     [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 593 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
595 values.put(Photos.DATA, data);
607 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
608 Cursor cursor = cr.query(photoUri, new String[]{Photos.DATA}, null, null, null);
    [all...]
ContactsContract.java 580 * to which the directory supports contact photos.
586 * does not provide any photos.
592 * can only produce small size thumbnails of contact photos.
598 * has full-size contact photos, but cannot provide scaled thumbnails.
604 * can produce thumbnails as well as full-size contact photos.
    [all...]
  /frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd 86 enables users to select multiple photos for deletion.</p>
jelly-bean.jd     [all...]
  /frameworks/base/docs/html/design/style/
writing.jd 279 <td><em>Tell user the consequence instead, for example, ?You?ll lose all photos
  /frameworks/base/docs/html/guide/topics/ui/layout/
gridview.jd 39 <li>Find some photos you'd like to use, or <a
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
fields_index_changes.html 158 <A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
240 <A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
308 <A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
CameraDataAdapter.java 278 // Photos
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 31 import com.android.photos.data.GalleryBitmapPool;
LocalImage.java 324 // ExifInterface returns incorrect values for photos in other format.
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 17 package com.android.photos;
  /packages/apps/Gallery2/src/com/android/photos/views/
HeaderGridView.java 17 package com.android.photos.views;
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 290 * obtain the loaded photos.
  /packages/apps/LegacyCamera/res/values-fr/
strings.xml 24 <string name="gallery_camera_bucket_name" msgid="2924618424339240831">"Photos de l\'appareil"</string>
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java 40 * Picks a random image from a source of photos.
  /packages/services/Telephony/src/com/android/phone/
ContactsAsyncHelper.java 321 * obtain the loaded photos.
  /system/core/include/private/
android_filesystem_config.h 76 #define AID_SDCARD_PICS 1033 /* external storage photos access */
  /frameworks/base/docs/html/training/basics/data-storage/
files.jd 247 <p>For example, photos captured by your app or other downloaded files.</p>
308 app&mdash;such as when your app is a camera and the user will want to keep the photos&mdash;you
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 126 <p>Take a news application that uses the prefetching routine described above. The news reader collects analytics information to understand the reading patterns of its users and to rank the most popular stories. To keep the news fresh, it checks for updates every hour. To conserve bandwidth, rather than download full photos for each article, it prefetches only thumbnails and downloads the full photos when they are selected.</p>
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 48 import com.android.photos.BitmapRegionTileSource;
49 import com.android.photos.BitmapRegionTileSource.BitmapSource;
    [all...]
  /packages/apps/Camera2/res/values-fr/
strings.xml 281 <string name="remember_location_title" msgid="3045040613094030429">"Mémoriser le lieu des photos ?"</string>
282 <string name="remember_location_prompt" msgid="5104210757873140169">"Ajoutez des tags à vos photos et à vos vidéos pour identifier l\'endroit de la prise de vue.\n\nD\'autres applications peuvent accéder à ces informations, ainsi qu\'aux images enregistrées."</string>
  /packages/apps/Camera2/res/values-fr-rCA/
strings.xml 281 <string name="remember_location_title" msgid="3045040613094030429">"Mémoriser le lieu des photos?"</string>
282 <string name="remember_location_prompt" msgid="5104210757873140169">"Ajoutez des balises à vos photos et à vos vidéos pour identifier l\'endroit de la prise de vue.\n\nD\'autres applications peuvent accéder à ces données et aux images enregistrées."</string>
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 640 // For two or three images, we draw the two most recent photos.
641 // For four or more images, we draw four photos.
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 48 import com.android.photos.BitmapRegionTileSource;
49 import com.android.photos.BitmapRegionTileSource.BitmapSource;
    [all...]

Completed in 1868 milliseconds

1 2 3 4 5 6 7 891011>>