Searched refs:mErrorIcons (Results 1 – 1 of 1) sorted by relevance
63 private Map<Image, Image> mErrorIcons; field in IconFactory92 if (mErrorIcons != null) { in dispose()93 for (Image icon : mErrorIcons.values()) { in dispose()99 mErrorIcons = null; in dispose()287 if (mErrorIcons != null) { in addErrorIcon()288 Image combined = mErrorIcons.get(image); in addErrorIcon()293 mErrorIcons = new IdentityHashMap<Image, Image>(); in addErrorIcon()297 mErrorIcons.put(image, combined); in addErrorIcon()