Searched refs:mApplyStyle (Results 1 – 1 of 1) sorted by relevance
118 private boolean mApplyStyle; field in ExtractStyleRefactoring140 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()