Searched refs:mTypeFqcn (Results 1 – 3 of 3) sorted by relevance
68 private String mTypeFqcn; field in ChangeViewRefactoring77 mTypeFqcn = arguments.get(KEY_TYPE); in ChangeViewRefactoring()141 args.put(KEY_TYPE, mTypeFqcn); in createArgumentMap()152 mTypeFqcn = typeFqcn; in setType()157 String name = getViewClass(mTypeFqcn); in computeChanges()193 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit); in computeChanges()224 ViewElementDescriptor descriptor = getElementDescriptor(mTypeFqcn); in removeUndefinedAttrs()
93 private String mTypeFqcn; field in ChangeLayoutRefactoring104 mTypeFqcn = arguments.get(KEY_TYPE); in ChangeLayoutRefactoring()160 args.put(KEY_TYPE, mTypeFqcn); in createArgumentMap()172 mTypeFqcn = typeFqcn; in setType()223 String name = getViewClass(mTypeFqcn); in computeChanges()250 String newId = ensureIdMatchesType(layout, mTypeFqcn, rootEdit); in computeChanges()270 String newType = mTypeFqcn; in computeChanges()517 ViewElementDescriptor descriptor = getElementDescriptor(mTypeFqcn); in removeUndefinedAttrs()
72 private String mTypeFqcn; field in WrapInRefactoring83 mTypeFqcn = arguments.get(KEY_TYPE); in WrapInRefactoring()155 args.put(KEY_TYPE, mTypeFqcn); in createArgumentMap()171 mTypeFqcn = typeFqcn; in setType()200 String viewClass = getViewClass(mTypeFqcn); in computeChanges()