Searched refs:widthAndHeightMap (Results 1 – 1 of 1) sorted by relevance
25 private static Map<String, Point> widthAndHeightMap = new HashMap<String, Point>(); field in ShadowBitmapFactory80 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()