Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java305 ShadowBitmap shadowNewBitmap = Shadow.extract(newBitmap); in createBitmap() local
308 shadowNewBitmap.appendDescription(shadowSrcBitmap.getDescription()); in createBitmap()
309 shadowNewBitmap.appendDescription(" at (" + x + "," + y + ")"); in createBitmap()
310 shadowNewBitmap.appendDescription(" with width " + width + " and height " + height); in createBitmap()
312 shadowNewBitmap.createdFromBitmap = src; in createBitmap()
313 shadowNewBitmap.createdFromX = x; in createBitmap()
314 shadowNewBitmap.createdFromY = y; in createBitmap()
315 shadowNewBitmap.createdFromWidth = width; in createBitmap()
316 shadowNewBitmap.createdFromHeight = height; in createBitmap()
317 shadowNewBitmap.createdFromMatrix = matrix; in createBitmap()
[all …]