HomeSort by relevance Sort by last modified time
    Searched full:mdecorations (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 111 private Map<String, ControlDecoration> mDecorations = new HashMap<String, ControlDecoration>();
181 for (ControlDecoration decoration : mDecorations.values()) {
184 mDecorations.clear();
551 mDecorations.put(id, decoration);
617 ControlDecoration decoration = mDecorations.get(parameter.id);
    [all...]

Completed in 60 milliseconds