Home
last modified time | relevance | path

Searched refs:getBitmap (Results 1 – 20 of 20) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DImageSwitcherTest.java72 WidgetTestUtils.assertEquals(sceneryBitmap.getBitmap(), currViewBitmap.getBitmap()); in testSetImageResource()
80 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), currViewBitmap.getBitmap()); in testSetImageResource()
110 currViewBitmap.getBitmap().getConfig()); in testSetImageURI()
111 WidgetTestUtils.assertEquals(testImageBitmap, currViewBitmap.getBitmap()); in testSetImageURI()
119 currViewBitmap.getBitmap().getConfig()); in testSetImageURI()
122 WidgetTestUtils.assertEquals(sceneryImageBitmap, currViewBitmap.getBitmap()); in testSetImageURI()
DTextViewTest.java3034 WidgetTestUtils.assertEquals(getBitmap(R.drawable.start), in testCompound()
3035 ((BitmapDrawable) drawables[0]).getBitmap()); in testCompound()
3037 WidgetTestUtils.assertEquals(getBitmap(R.drawable.pass), in testCompound()
3038 ((BitmapDrawable) drawables[1]).getBitmap()); in testCompound()
3040 WidgetTestUtils.assertEquals(getBitmap(R.drawable.failed), in testCompound()
3041 ((BitmapDrawable) drawables[2]).getBitmap()); in testCompound()
4795 WidgetTestUtils.assertEquals(getBitmap(R.drawable.icon_blue), in testDrawableResolution()
4796 ((BitmapDrawable) drawables[LEFT]).getBitmap()); in testDrawableResolution()
4797 WidgetTestUtils.assertEquals(getBitmap(R.drawable.icon_red), in testDrawableResolution()
4798 ((BitmapDrawable) drawables[RIGHT]).getBitmap()); in testDrawableResolution()
[all …]
DRemoteViewsTest.java165 WidgetTestUtils.assertEquals(dBlack.getBitmap(), in testSetIcon()
166 ((BitmapDrawable) image.getDrawable()).getBitmap()); in testSetIcon()
178 WidgetTestUtils.assertEquals(dBlue.getBitmap(), in testSetImageViewIcon()
179 ((BitmapDrawable) image.getDrawable()).getBitmap()); in testSetImageViewIcon()
191 WidgetTestUtils.assertEquals(d.getBitmap(), in testSetImageViewResource()
192 ((BitmapDrawable) image.getDrawable()).getBitmap()); in testSetImageViewResource()
217 Bitmap imageViewBitmap = ((BitmapDrawable) image.getDrawable()).getBitmap(); in testSetImageViewUri()
317 WidgetTestUtils.assertEquals(d.getBitmap(), in testReapply()
318 ((BitmapDrawable) image.getDrawable()).getBitmap()); in testReapply()
395 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap()); in testSetImageViewBitmap()
[all …]
DImageViewTest.java203 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageIcon()
219 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageResource()
242 Bitmap.Config viewConfig = imageViewBitmap.getBitmap().getConfig(); in testSetImageURI()
246 WidgetTestUtils.assertEquals(testimageBitmap, imageViewBitmap.getBitmap()); in testSetImageURI()
263 WidgetTestUtils.assertEquals(testimageBitmap.getBitmap(), imageViewBitmap.getBitmap()); in testSetImageDrawable()
281 WidgetTestUtils.assertEquals(bitmap, imageViewBitmap.getBitmap()); in testSetImageBitmap()
DSimpleAdapterTest.java295 WidgetTestUtils.assertEquals(d.getBitmap(), in testSetViewImage()
296 ((BitmapDrawable) view.getDrawable()).getBitmap()); in testSetViewImage()
320 WidgetTestUtils.assertEquals(d.getBitmap(), in testSetViewImage()
321 ((BitmapDrawable) view.getDrawable()).getBitmap()); in testSetViewImage()
336 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap(); in testSetViewImage()
DSimpleCursorTreeAdapterTest.java142 WidgetTestUtils.assertEquals(d.getBitmap(), in testSetViewImage()
143 ((BitmapDrawable) view.getDrawable()).getBitmap()); in testSetViewImage()
168 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap(); in testSetViewImage()
DSimpleCursorAdapterTest.java195 WidgetTestUtils.assertEquals(d.getBitmap(), in testSetViewImage()
196 ((BitmapDrawable) view.getDrawable()).getBitmap()); in testSetViewImage()
223 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap(); in testSetViewImage()
/cts/tests/tests/content/src/android/content/pm/cts/
DComponentInfoTest.java82 WidgetTestUtils.assertEquals(((BitmapDrawable) d).getBitmap(), in testLoadIcon()
83 ((BitmapDrawable) defaultIcon).getBitmap()); in testLoadIcon()
88 WidgetTestUtils.assertEquals(((BitmapDrawable) d).getBitmap(), in testLoadIcon()
89 ((BitmapDrawable) d2).getBitmap()); in testLoadIcon()
/cts/tests/tests/text/src/android/text/style/cts/
DImageSpanTest.java96 WidgetTestUtils.assertEquals(bitmapDrawable.getBitmap(), resultDrawable.getBitmap()); in testGetDrawable()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRenderScriptTask.java136 rgbdImage = options.rgbz.getBitmap(); in prepareRefocusFilter()
DRGBZ.java94 public Bitmap getBitmap() { in getBitmap() method in RGBZ
/cts/tests/tests/textureview/src/android/textureview/cts/
DTextureViewSnapshotTestActivity.java80 Bitmap bitmap = mTexView.getBitmap(); in onSurfaceTextureUpdated()
/cts/tests/tests/graphics2/src/android/graphics2/cts/
DTextureViewCameraActivity.java95 Bitmap bitmap = mTextureView.getBitmap(); in onSurfaceTextureUpdated()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DThemedDrawableTest.java70 assertNotNull(d.getBitmap()); in internalTestBitmapDrawable()
DBitmapDrawableTest.java82 assertNull(bitmapDrawable.getBitmap()); in testConstructor()
89 assertEquals(bitmap, bitmapDrawable.getBitmap()); in testConstructor()
346 bitmapDrawable.setTargetDensity(bitmapDrawable.getBitmap().getDensity()); in testGetIntrinsicSize()
392 bitmap = bitmapDrawable.getBitmap(); in testSetTargetDensity()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java474 return snapshot.getBitmap(); in generateBitmapFromVideoViewSnapshot()
1084 public abstract Bitmap getBitmap(); in getBitmap() method in VideoViewSnapshot
1102 bitmap = tv.getBitmap(); in run()
1106 public Bitmap getBitmap() { in getBitmap() method in TextureViewSnapshot
1160 public Bitmap getBitmap() { in getBitmap() method in SurfaceViewSnapshot
1259 public Bitmap getBitmap() { in getBitmap() method in GLSurfaceViewSnapshot
/cts/tests/tests/view/src/android/view/cts/
DMenuInflaterTest.java227 WidgetTestUtils.assertEquals(expected, b.getBitmap()); in assertIconUsingDrawableRes()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_MediaTest.java186 Bitmap result = Media.getBitmap(mContentResolver, in testInsertImageWithBitmap()
/cts/tests/tests/content/src/android/content/cts/
DContextWrapperTest.java113 mContextWrapper.setWallpaper(mOriginalWallpaper.getBitmap()); in tearDown()
/cts/tools/dex-tools/dex/
Dclasses.out.dex35272 public final android.graphics.Bitmap getBitmap()
66797 public static final android.graphics.Bitmap getBitmap(
98421 private static android.graphics.Bitmap getBitmap(