OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mClassNames
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java
67
private List<Pair<String, ViewElementDescriptor>>
mClassNames
;
124
mClassNames
= WrapInWizard.addLayouts(mProject, mOldType, mTypeCombo, exclude, false);
164
String type = selectionIndex != -1 ?
mClassNames
.get(selectionIndex).getFirst() : null;
177
ViewElementDescriptor descriptor =
mClassNames
.get(selectionIndex).getSecond();
ChangeViewWizard.java
74
private List<String>
mClassNames
;
94
mClassNames
= getWidgetTypes(mOldType, mTypeCombo);
181
String type = selectionIndex != -1 ?
mClassNames
.get(selectionIndex) : null;
WrapInWizard.java
74
private List<Pair<String, ViewElementDescriptor>>
mClassNames
;
103
mClassNames
= addLayouts(mProject, mOldType, mTypeCombo, exclude, true);
133
String type = selectionIndex != -1 ?
mClassNames
.get(selectionIndex).getFirst() : null;
148
ViewElementDescriptor descriptor =
mClassNames
.get(selectionIndex).getSecond();
/dalvik/hit/src/com/android/hit/
HprofParser.java
93
HashMap<Long, String>
mClassNames
= new HashMap<Long, String>();
204
mClassNames
.put(id, name);
497
ClassObj theClass = new ClassObj(id, stack,
mClassNames
.get(id));
538
String className =
mClassNames
.get(classId);
/external/doclava/src/com/google/doclava/
InfoBuilder.java
44
private HashSet<String>
mClassNames
;
53
mClassNames
= new HashSet<String>();
591
// add the name to
mClassNames
so that we can use it to resolve usages of this class
592
mClassNames
.add(qualifiedClassName);
[
all
...]
Completed in 71 milliseconds