Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java43 private int createdFromWidth = -1; field in ShadowBitmap
148 return createdFromWidth; in getCreatedFromWidth()
277 shadowBitmap.createdFromWidth = width; in createBitmap()
315 shadowNewBitmap.createdFromWidth = width; in createBitmap()