Home
last modified time | relevance | path

Searched refs:KEY_APPLY_STYLE (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.java111 private static final String KEY_APPLY_STYLE = "applystyle"; //$NON-NLS-1$ 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()