HomeSort by relevance Sort by last modified time
    Searched refs:getBitmap (Results 1 - 25 of 389) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/sonivox/jet_tools/JetCreator/
img_Paste.py 30 def getBitmap():
39 icon.CopyFromBitmap(getBitmap())
img_favicon.py 50 def getBitmap():
59 icon.CopyFromBitmap(getBitmap())
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapDrawableResource.java 28 return Util.getBitmapByteSize(drawable.getBitmap());
33 bitmapPool.put(drawable.getBitmap());
GlideBitmapDrawableResource.java 20 return Util.getBitmapByteSize(drawable.getBitmap());
25 bitmapPool.put(drawable.getBitmap());
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 46 public Bitmap getBitmap() {
93 assertNotNull(t.getBitmap());
105 assertNull(t.getBitmap());
118 assertNotNull(t.getBitmap());
136 assertNotNull(t1.getBitmap());
138 assertNull(t2.getBitmap());
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
RecyclingBitmapDrawable.java 99 getBitmap().recycle();
105 Bitmap bitmap = getBitmap();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
RecyclingBitmapDrawable.java 99 getBitmap().recycle();
105 Bitmap bitmap = getBitmap();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
RecyclingBitmapDrawable.java 99 getBitmap().recycle();
105 Bitmap bitmap = getBitmap();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageResource.java 42 public abstract Bitmap getBitmap();
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 47 public Bitmap getBitmap() {
UploadedTexture.java 73 private Bitmap getBitmap() {
93 if (mWidth == UNSPECIFIED) getBitmap();
99 if (mWidth == UNSPECIFIED) getBitmap();
129 Bitmap bitmap = getBitmap();
139 Bitmap bitmap = getBitmap();
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 423 public static Bitmap getBitmap(Context context, @DrawableRes int resid) {
424 return ((BitmapDrawable) getDrawable(context, resid)).getBitmap();
435 WidgetTestUtils.assertEquals(getBitmap(context, expectedLeftDrawableId),
436 ((BitmapDrawable) compoundDrawables[0]).getBitmap());
441 WidgetTestUtils.assertEquals(getBitmap(context, expectedTopDrawableId),
442 ((BitmapDrawable) compoundDrawables[1]).getBitmap());
447 WidgetTestUtils.assertEquals(getBitmap(context, expectedRightDrawableId),
448 ((BitmapDrawable) compoundDrawables[2]).getBitmap());
453 WidgetTestUtils.assertEquals(getBitmap(context, expectedBottomDrawableId),
454 ((BitmapDrawable) compoundDrawables[3]).getBitmap());
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
ImageRequestTest.java 68 assertNotNull(imageResource.getBitmap());
71 final int bitmapWidth = imageResource.getBitmap().getWidth();
72 final int bitmapHeight = imageResource.getBitmap().getHeight();
98 assertNotNull(imageResource.getBitmap());
101 final int bitmapWidth = imageResource.getBitmap().getWidth();
102 final int bitmapHeight = imageResource.getBitmap().getHeight();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmapDrawable.java 36 canvas.drawBitmap(realBitmapDrawable.getBitmap(), 0, 0, paint);
41 Bitmap bitmap = realBitmapDrawable.getBitmap();
65 return shadowOf(realBitmapDrawable.getBitmap()).getCreatedFromResId();
ShadowMediaStore.java 21 public static Bitmap getBitmap(ContentResolver cr, Uri url) {
ShadowIcon.java 35 public Bitmap getBitmap() {
36 return directlyOn(realIcon, Icon.class).getBitmap();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryEntry.java 41 public Bitmap getBitmap(Resources res) {
  /external/volley/src/test/java/com/android/volley/toolbox/
ImageLoaderTest.java 47 when(mImageCache.getBitmap(anyString())).thenReturn(null);
55 when(mImageCache.getBitmap(anyString())).thenReturn(bitmap);
57 Assert.assertSame(bitmap, ic.getBitmap());
63 when(mImageCache.getBitmap(anyString())).thenReturn(null);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 51 public Bitmap getBitmap() {
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 51 public Bitmap getBitmap() {
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 101 WidgetTestUtils.assertEquals(sceneryBitmap.getBitmap(), currViewBitmap.getBitmap());
109 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap());
139 currViewBitmap.getBitmap().getConfig());
140 WidgetTestUtils.assertEquals(testImageBitmap, currViewBitmap.getBitmap());
148 currViewBitmap.getBitmap().getConfig());
151 WidgetTestUtils.assertEquals(sceneryImageBitmap, currViewBitmap.getBitmap());
  /packages/apps/Contacts/src/com/android/contacts/widget/
QuickContactImageView.java 42 if (mBitmapDrawable == null || mBitmapDrawable.getBitmap() == null
43 || mBitmapDrawable.getBitmap().hasAlpha()) {
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 87 if (mBitmapDisplayed.getBitmap() != null) {
131 Bitmap old = mBitmapDisplayed.getBitmap();
166 if (bitmap.getBitmap() != null) {
168 setImageBitmap(bitmap.getBitmap(), bitmap.getRotation());
187 if (mBitmapDisplayed.getBitmap() == null) {
194 mBitmapDisplayed.getBitmap().getWidth(),
195 mBitmapDisplayed.getBitmap().getHeight());
297 if (mBitmapDisplayed.getBitmap() == null) {
367 if (mBitmapDisplayed.getBitmap() == null) {
379 if (mBitmapDisplayed.getBitmap() == null)
    [all...]
  /frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/
TextClassificationTest.java 98 final Bitmap resPrimaryIcon = ((BitmapDrawable) result.getIcon()).getBitmap();
99 assertEquals(primaryIcon.getBitmap().getPixel(0, 0), resPrimaryIcon.getPixel(0, 0));
106 final Bitmap resSecondaryIcon0 = ((BitmapDrawable) result.getSecondaryIcon(0)).getBitmap();
107 assertEquals(secondaryIcon0.getBitmap().getPixel(0, 0), resSecondaryIcon0.getPixel(0, 0));
114 final Bitmap resSecondaryIcon1 = ((BitmapDrawable) result.getSecondaryIcon(1)).getBitmap();
115 assertEquals(secondaryIcon1.getBitmap().getPixel(0, 0), resSecondaryIcon1.getPixel(0, 0));
127 final Bitmap resSecondaryIcon3 = ((BitmapDrawable) result.getSecondaryIcon(3)).getBitmap();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageEncoder.java 55 Bitmap bitmap = input.getBitmap();

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>