HomeSort by relevance Sort by last modified time
    Searched full:images (Results 376 - 400 of 4128) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery/res/values-fr/
strings.xml 19 <string name="all_images" msgid="1195501551939178807">"Toutes les images"</string>
67 <string name="camera_pick_wallpaper" msgid="7026385960511811641">"Images"</string>
72 <string name="pref_gallery_size_summary" msgid="7365675768755956361">"Sélectionner la taille d\'affichage des images et des vidéos"</string>
79 <string name="pref_gallery_sort_summary" msgid="4406174975925645225">"Sélectionner l\'ordre de tri des images et des vidéos"</string>
80 <string name="pref_gallery_sort_dialogtitle" msgid="5787417105532562739">"Trier les images"</string>
105 <string name="pref_gallery_slideshow_shuffle_summary" msgid="8566948749149325715">"Afficher les images"</string>
122 <string name="details_frame_rate" msgid="122397836963498191">"Fréquence d\'images :"</string>
156 <string name="delete_images_message" msgid="2332683687700452577">"Suppression des images?"</string>
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 27 import android.provider.MediaStore.Images;
173 Images.Thumbnails.MICRO_KIND, null, false);
  /sdk/chimpchat/test/com/android/chimpchat/
ImageUtilsTest.java 50 * Check that the two images will draw the same (ie. have the same pixels). This is different
56 * @return true if both images will draw the same (ie. have same pixels).
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
FileLabelProvider.java 38 * Creates Label provider with custom images.
58 * Creates a label provider with default images.
  /system/vold/
VolumeManager.h 114 /* Loopback images */
122 /* Shared between ASEC and Loopback images */
  /tools/motodev/src/help/studio_help/src/topics/
t_db-connecting.dita 37 <cmd>Double-click the grey database icon (<image href="../images/db-icon.png"/>) to connect it. When it is
51 it is disconnected and when it is connected. <image href="../images/db-connected-states.png" placement="break"
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/instance/options/
IStartupOptionsConstants.java 84 * Disk images options
86 public final String DISKIMAGES_GROUP = "Disk Images";
  /development/samples/JetBoy/
_index.html 24 <img alt="" src="../images/JetBoy.png" />
  /development/samples/StackWidget/
_index.html 31 src="../images/StackWidget.png"/
  /development/samples/VoicemailProviderDemo/
_index.html 14 <img alt="Add voicemail" src="../images/VoicemailProviderDemo.png"
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.h 63 // Vector of image buttons corresponding to default images and take photo
  /external/chromium/chrome/browser/extensions/
extension_uninstall_dialog.h 66 // Keeps track of extension images being loaded on the File thread for the
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 14 // images on the current page.
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 23 // content blocking (e.g. "block images"). An icon appears in the location bar,
edit_search_engine_dialog.h 65 // Images showing whether each entry is okay or has errors.
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 38 // Ignore pressed images, since the standard on Linux is to not highlight
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.h 16 // we can use >1-bit alpha shadow images on the borders, which look nicer than
  /external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.h 65 // Keeps track of images being loaded on the File thread.
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win_unittest.cc 28 // Create an icon, set the images, tooltip, and context menu, then shut it
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.resources.html 34 <p>The following code logs URLs of all images larger than 40KB as they are
tut_analytics.html 22 <img src="images/tut_analytics/screenshot01.png"
114 <img src="images/tut_analytics/screenshot02.png"
131 <img src="images/tut_analytics/screenshot04.png"
176 <img src="images/tut_analytics/screenshot03.png"
  /external/chromium/webkit/glue/
image_resource_fetcher.h 18 // is used to download the favicon and images for web apps.
webdropdata.h 39 // File extension for dragging images from a webview to the desktop.
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
package.html 19 loads TGA images should read a stream in .tga format and return an
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 203 private ByteBuffer[] imagesToByteBuffers(Object[] images) {
204 ByteBuffer[] out = new ByteBuffer[images.length];
205 for (int i = 0; i < images.length; i++) {
206 BufferedImage image = (BufferedImage) images[i];

Completed in 953 milliseconds

<<11121314151617181920>>