Searched refs:TypeInfo (Results 1 – 3 of 3) sorted by relevance
113 static class TypeInfo { class in NewXmlFileCreationPage124 public TypeInfo(String uiName, in TypeInfo() method in NewXmlFileCreationPage.TypeInfo244 private static final TypeInfo[] sTypes = {245 new TypeInfo(313 new TypeInfo("Values", // UI name322 new TypeInfo("Drawable", // UI name331 new TypeInfo("Menu", // UI name340 new TypeInfo("Color List", // UI name349 new TypeInfo("Property Animation", // UI name358 new TypeInfo("Tween Animation", // UI name[all …]
35 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;171 TypeInfo type = mValues.type; in createXmlFile()308 TypeInfo typeInfo = NewXmlFileCreationPage.getTypeInfo(folderType); in canCreateXmlFile()323 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType); in createXmlFile()384 public TypeInfo type;
24 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;205 TypeInfo type = mValues.type; in resetFolderPath()