HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutName (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 104 private String mLayoutName;
114 mLayoutName = arguments.get(KEY_NAME);
201 args.put(KEY_NAME, mLayoutName);
213 mLayoutName = layoutName;
238 String newFileName = mLayoutName + DOT_XML;
355 String include = computeIncludeString(primary, mLayoutName, androidNsPrefix, referenceId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 91 private String mLayoutName;
426 mLayoutName = layoutName;
452 if (layoutName.equals(mLayoutName)) {

Completed in 34 milliseconds