Home
last modified time | relevance | path

Searched defs:shadowBitmap (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapFactory.java67 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeResource() local
80 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeFile() local
90 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeFileDescriptor() local
129 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeStream() local
137 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeByteArray() local
165 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in create() local
DShadowBitmap.java68 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in visualize() local
214 ShadowBitmap shadowBitmap = Shadow.extract(scaledBitmap); in createBitmap() local
230 ShadowBitmap shadowBitmap = Shadow.extract(src); in createBitmap() local
243 ShadowBitmap shadowBitmap = Shadow.extract(scaledBitmap); in createScaledBitmap() local
267 ShadowBitmap shadowBitmap = Shadow.extract(newBitmap); in createBitmap() local
348 ShadowBitmap shadowBitmap = Shadow.extract(newBitmap); in createBitmap() local
431 ShadowBitmap shadowBitmap = Shadow.extract(newBitmap); in copy() local
DShadowThreadedRenderer.java23 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in createHardwareBitmap() local
DShadowBitmapDrawable.java65 ShadowBitmap shadowBitmap = Shadow.extract(realBitmapDrawable.getBitmap()); in getCreatedFromResId() local
DShadowCanvas.java62 ShadowBitmap shadowBitmap = Shadow.extract(targetBitmap); in appendDescription() local
67 ShadowBitmap shadowBitmap = Shadow.extract(targetBitmap); in getDescription() local
226 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in describeBitmap() local
304 ShadowBitmap shadowBitmap = Shadow.extract(targetBitmap); in resetCanvasHistory() local
DShadowDrawable.java99 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in createFromResourceId() local
DShadowResources.java324 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in setCreatedFromResId() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapFactoryTest.java38 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeResource_shouldSetDescriptionAndCreatedFrom() local
69 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeFile_shouldSetDescriptionAndCreatedFrom() local
81 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeStream_shouldSetDescriptionAndCreatedFrom() local
93 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeBytes_shouldSetDescriptionAndCreatedFrom() local
DShadowBitmapTest.java111 ShadowBitmap shadowBitmap = shadowOf(newBitmap); in shouldCreateBitmapWithMatrix() local
577 ShadowBitmap shadowBitmap = Shadow.extract(original); in reconfigure_withHardwareBitmap_validDimensionsAndConfig_throws() local