HomeSort by relevance Sort by last modified time
    Searched full:default_image (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/photoviewer/res/drawable/
default_image.xml 5 <!-- these are the dimensions of the original default_image.png -->
  /packages/apps/UnifiedEmail/res/layout/
attachment_preview.xml 31 android:src="@drawable/default_image"
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 182 const SkBitmap* default_image = NULL; local
185 default_image = GetDefaultAppImage();
187 default_image = GetDefaultExtensionImage();
190 *default_image, skia::ImageOperations::RESIZE_LANCZOS3,
197 resized_image = *default_image;
  /frameworks/opt/photoviewer/res/layout/
photo_fragment_view.xml 39 android:src="@drawable/default_image"
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_browsertest.cc 397 const gfx::ImageSkia& default_image = local
407 EXPECT_TRUE(test::AreImagesEqual(default_image, user->image()));
548 const gfx::ImageSkia& default_image = local
570 EXPECT_TRUE(test::AreImagesEqual(default_image, user->image()));
727 const gfx::ImageSkia& default_image = local
737 EXPECT_TRUE(test::AreImagesEqual(default_image, user->image()));
761 const gfx::ImageSkia& default_image = local
771 EXPECT_TRUE(test::AreImagesEqual(default_image, user->image()));
    [all...]
  /frameworks/base/docs/html/training/secure-file-sharing/
setup-sharing.jd 139 <code>default_image.jpg</code>, {@link android.support.v4.content.FileProvider} returns the
143 content://com.example.myapp.fileprovider/myimages/default_image.jpg</pre>
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 223 * <code>default_image.jpg</code> in the <code>images/</code> subdirectory of your internal storage
227 *File newFile = new File(imagePath, "default_image.jpg");
232 * <code>content://com.mydomain.fileprovider/my_images/default_image.jpg</code>.
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 376 mPhotoPreviewImage.setImageResource(R.drawable.default_image);

Completed in 335 milliseconds