HomeSort by relevance Sort by last modified time
    Searched defs:mClassNames (Results 1 - 6 of 6) 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;
125 mClassNames = WrapInWizard.addLayouts(mProject, mOldType, mTypeCombo, exclude, false);
165 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex).getFirst() : null;
178 ViewElementDescriptor descriptor = mClassNames.get(selectionIndex).getSecond();
ChangeViewWizard.java 74 private List<String> mClassNames;
95 mClassNames = getWidgetTypes(mOldType, mTypeCombo);
182 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex) : null;
WrapInWizard.java 74 private List<Pair<String, ViewElementDescriptor>> mClassNames;
104 mClassNames = addLayouts(mProject, mOldType, mTypeCombo, exclude, true);
134 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex).getFirst() : null;
149 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...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 371 milliseconds