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/
H A DIconFactory.java63 private Map<Image, Image> mErrorIcons; field in class:IconFactory
92 if (mErrorIcons != null) {
93 for (Image icon : mErrorIcons.values()) {
99 mErrorIcons = null;
287 if (mErrorIcons != null) {
288 Image combined = mErrorIcons.get(image);
293 mErrorIcons = new IdentityHashMap<Image, Image>();
297 mErrorIcons.put(image, combined);

Completed in 425 milliseconds