Home
last modified time | relevance | path

Searched refs:mChosenAttributes (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoring.java122 private List<Attr> mChosenAttributes = new ArrayList<Attr>(); field in ExtractStyleRefactoring
223 mChosenAttributes = attributes; in setChosenAttributes()
331 if (mChosenAttributes.size() == 0) { in computeChanges()
356 for (Attr attribute : mChosenAttributes) { in computeChanges()
428 for (Attr attribute : mChosenAttributes) { in computeStyleDeclaration()