Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowThreadedRenderer.java24 shadowBitmap.setMutable(false); in createHardwareBitmap()
DShadowBitmap.java220 shadowBitmap.setMutable(true); in createBitmap()
350 shadowBitmap.setMutable(false); in createBitmap()
464 public void setMutable(boolean mutable) { in setMutable() method in ShadowBitmap
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapTest.java240 shadowOf(bitmap).setMutable(true); in shouldSetPixel()
249 shadowOf(bitmap).setMutable(true); in shouldSetPixel_allocateOnTheFly()