HomeSort by relevance Sort by last modified time
    Searched defs:layoutName (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 524 String layoutName = layoutFile.getName();
525 int dotIndex = layoutName.indexOf('.');
527 layoutName = layoutName.substring(0, dotIndex);
529 return layoutName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 324 String layoutName = layout.getTagName();
326 if (LINEAR_LAYOUT.equals(layoutName)) {
328 } else if (RELATIVE_LAYOUT.equals(layoutName)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]

Completed in 897 milliseconds