Home
last modified time | relevance | path

Searched refs:mApplyStyle (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.java118 private boolean mApplyStyle; field in ExtractStyleRefactoring
140 mApplyStyle = Boolean.parseBoolean(arguments.get(KEY_APPLY_STYLE)); in ExtractStyleRefactoring()
203 args.put(KEY_APPLY_STYLE, Boolean.toString(mApplyStyle)); in createArgumentMap()
231 mApplyStyle = applyStyle; in setApplyStyle()
367 if (mApplyStyle) { in computeChanges()