/cts/tests/tests/widget/src/android/widget/cts/ |
D | ImageSwitcherTest.java | 72 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()
|
D | TextViewTest.java | 3034 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 …]
|
D | RemoteViewsTest.java | 165 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 …]
|
D | ImageViewTest.java | 203 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()
|
D | SimpleAdapterTest.java | 295 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()
|
D | SimpleCursorTreeAdapterTest.java | 142 WidgetTestUtils.assertEquals(d.getBitmap(), in testSetViewImage() 143 ((BitmapDrawable) view.getDrawable()).getBitmap()); in testSetViewImage() 168 Bitmap actualBitmap = ((BitmapDrawable) view.getDrawable()).getBitmap(); in testSetViewImage()
|
D | SimpleCursorAdapterTest.java | 195 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/ |
D | ComponentInfoTest.java | 82 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/ |
D | ImageSpanTest.java | 96 WidgetTestUtils.assertEquals(bitmapDrawable.getBitmap(), resultDrawable.getBitmap()); in testGetDrawable()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | RenderScriptTask.java | 136 rgbdImage = options.rgbz.getBitmap(); in prepareRefocusFilter()
|
D | RGBZ.java | 94 public Bitmap getBitmap() { in getBitmap() method in RGBZ
|
/cts/tests/tests/textureview/src/android/textureview/cts/ |
D | TextureViewSnapshotTestActivity.java | 80 Bitmap bitmap = mTexView.getBitmap(); in onSurfaceTextureUpdated()
|
/cts/tests/tests/graphics2/src/android/graphics2/cts/ |
D | TextureViewCameraActivity.java | 95 Bitmap bitmap = mTextureView.getBitmap(); in onSurfaceTextureUpdated()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ThemedDrawableTest.java | 70 assertNotNull(d.getBitmap()); in internalTestBitmapDrawable()
|
D | BitmapDrawableTest.java | 82 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/ |
D | DecodeAccuracyTestBase.java | 474 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/ |
D | MenuInflaterTest.java | 227 WidgetTestUtils.assertEquals(expected, b.getBitmap()); in assertIconUsingDrawableRes()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Images_MediaTest.java | 186 Bitmap result = Media.getBitmap(mContentResolver, in testInsertImageWithBitmap()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextWrapperTest.java | 113 mContextWrapper.setWallpaper(mOriginalWallpaper.getBitmap()); in tearDown()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 35272 public final android.graphics.Bitmap getBitmap() 66797 public static final android.graphics.Bitmap getBitmap( 98421 private static android.graphics.Bitmap getBitmap(
|