Home
last modified time | relevance | path

Searched refs:mMatchIcon (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.java61 private Image mMatchIcon; field in LibraryProperties
125 mMatchIcon = AdtPlugin.getImageDescriptor("/icons/match.png").createImage(); //$NON-NLS-1$ in LibraryProperties()
136 mMatchIcon.dispose(); in LibraryProperties()
350 item.setImage(data.project != null ? mMatchIcon : mErrorIcon); in addItem()