Searched refs:mRefactoring (Results 1 – 3 of 3) sorted by relevance
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| D | GridLayoutConverter.java | 107 private final ChangeLayoutRefactoring mRefactoring; field in GridLayoutConverter 117 mRefactoring = refactoring; in GridLayoutConverter() 143 mNamespace = mRefactoring.getAndroidNamespacePrefix(); in convertToGridLayout() 156 mRefactoring.setAttribute(mRootEdit, mLayout, ANDROID_URI, in convertToGridLayout() 254 ViewElementDescriptor descriptor = mRefactoring.getElementDescriptor(FQCN_GRID_LAYOUT); in removeUndefinedAttrs() 268 List<Attr> attributes = mRefactoring.findLayoutAttributes(child); in removeUndefinedAttrs() 274 mRefactoring.removeAttribute(mRootEdit, child, attribute.getNamespaceURI(), in removeUndefinedAttrs() 296 mRefactoring.removeElementTags(mRootEdit, element, delete, in deleteRemovedElements() 307 mRefactoring.setAttribute(mRootEdit, mLayout, ANDROID_URI, in assignGridAttributes() 331 mRefactoring.setAttribute(mRootEdit, element, ANDROID_URI, in assignCellAttributes() [all …]
|
| D | RefactoringAssistant.java | 224 private final Refactoring mRefactoring; field in RefactoringAssistant.RefactoringProposal 229 mRefactoring = refactoring; in RefactoringProposal() 234 if (mRefactoring instanceof VisualRefactoring) { in apply() 235 wizard = ((VisualRefactoring) mRefactoring).createWizard(); in apply() 236 } else if (mRefactoring instanceof ExtractStringRefactoring) { in apply() 237 wizard = new ExtractStringWizard((ExtractStringRefactoring) mRefactoring, in apply() 260 return mRefactoring.getName(); in getDisplayString()
|
| D | RelativeLayoutConversionHelper.java | 109 private final ChangeLayoutRefactoring mRefactoring; field in RelativeLayoutConversionHelper 115 mRefactoring = refactoring; in RelativeLayoutConversionHelper() 222 mRefactoring.removeElementTags(mRootEdit, element, delete, in deleteRemovedElements() 232 String id = mRefactoring.ensureHasId(mRootEdit, view.mElement, null); in initializeIds() 285 String namespace = mRefactoring.getAndroidNamespacePrefix(); in createAttachments() 288 mRefactoring.setAttribute(mRootEdit, view.mElement, ANDROID_URI, in createAttachments() 292 mRefactoring.setAttribute(mRootEdit, view.mElement, ANDROID_URI, in createAttachments() 553 String nextId = mRefactoring.ensureHasId(mRootEdit, nextChild, null); in analyzeLinearLayout() 599 prevId = mRefactoring.ensureHasId(mRootEdit, child, null); in analyzeLinearLayout() 727 mRefactoring.setAttribute(mRootEdit, child, ANDROID_URI, in convert0dipToWrapContent() [all …]
|