Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java621 String iconName = ""; in updateErrorIndicator() local
623 case 1: iconName = "lint1"; break; //$NON-NLS-1$ in updateErrorIndicator()
624 case 2: iconName = "lint2"; break; //$NON-NLS-1$ in updateErrorIndicator()
625 case 3: iconName = "lint3"; break; //$NON-NLS-1$ in updateErrorIndicator()
626 case 4: iconName = "lint4"; break; //$NON-NLS-1$ in updateErrorIndicator()
627 case 5: iconName = "lint5"; break; //$NON-NLS-1$ in updateErrorIndicator()
628 case 6: iconName = "lint6"; break; //$NON-NLS-1$ in updateErrorIndicator()
629 case 7: iconName = "lint7"; break; //$NON-NLS-1$ in updateErrorIndicator()
630 case 8: iconName = "lint8"; break; //$NON-NLS-1$ in updateErrorIndicator()
631 case 9: iconName = "lint9"; break; //$NON-NLS-1$ in updateErrorIndicator()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DPaletteMetadataDescriptor.java39 String initString, String iconName) { in PaletteMetadataDescriptor() argument
49 mIconName = iconName; in PaletteMetadataDescriptor()
DViewMetadataRepository.java609 private void setIconName(String iconName) { in setIconName() argument
610 this.mIconName = iconName; in setIconName()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DAddTranslationDialog.java463 String iconName = ISharedImages.IMG_OBJS_ERROR_TSK; in showError() local
464 Image image = sharedImages.getImage(iconName); in showError()