Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java62 private Image mErrorIcon; field in LibraryProperties
126 mErrorIcon = AdtPlugin.getImageDescriptor("/icons/error.png").createImage(); //$NON-NLS-1$ in LibraryProperties()
137 mErrorIcon.dispose(); in LibraryProperties()
350 item.setImage(data.project != null ? mMatchIcon : mErrorIcon); in addItem()