Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBitmapFactory.java25 private static Map<String, Point> widthAndHeightMap = new HashMap<String, Point>(); field in ShadowBitmapFactory
80 Point widthAndHeight = widthAndHeightMap.get(name); in create()
93 widthAndHeightMap.put(uri.toString(), new Point(width, height)); in provideWidthAndHeightHints()
97 widthAndHeightMap.put("resource:" + getResourceName(resourceId), new Point(width, height)); in provideWidthAndHeightHints()
101 widthAndHeightMap.put("file:" + file, new Point(width, height)); in provideWidthAndHeightHints()
114 widthAndHeightMap.clear(); in reset()