Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DIconFactory.java63 private Map<Image, Image> mErrorIcons; field in IconFactory
92 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()