Home
last modified time | relevance | path

Searched refs:TypeInfo (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java113 static class TypeInfo { class in NewXmlFileCreationPage
124 public TypeInfo(String uiName, in TypeInfo() method in NewXmlFileCreationPage.TypeInfo
244 private static final TypeInfo[] sTypes = {
245 new TypeInfo(
313 new TypeInfo("Values", // UI name
322 new TypeInfo("Drawable", // UI name
331 new TypeInfo("Menu", // UI name
340 new TypeInfo("Color List", // UI name
349 new TypeInfo("Property Animation", // UI name
358 new TypeInfo("Tween Animation", // UI name
[all …]
DNewXmlFileWizard.java35 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;
DChooseConfigurationPage.java24 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
205 TypeInfo type = mValues.type; in resetFolderPath()