HomeSort by relevance Sort by last modified time
    Searched refs:mIconName (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 36 private String mIconName;
49 mIconName = iconName;
66 if (mIconName != null) {
68 Image icon = factory.getIcon(mIconName);
ViewMetadataRepository.java 487 private String mIconName;
610 this.mIconName = iconName;
614 return mIconName;
    [all...]

Completed in 28 milliseconds