OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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