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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 57 String xmlName = fqcn;
58 int pos = xmlName.lastIndexOf('.');
60 xmlName = xmlName.substring(pos + 1);
63 ViewElementDescriptor desc = new ViewElementDescriptor(xmlName, fqcn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 221 String xmlName = info.getShortClassName();
222 String uiName = xmlName;
225 xmlName = fqcn;
293 xmlName,
314 String xmlName = VIEW_INCLUDE;
343 ViewElementDescriptor desc = new ViewElementDescriptor(xmlName,
344 xmlName, // ui_name
361 String xmlName = VIEW_MERGE;
364 ViewElementDescriptor desc = new ViewElementDescriptor(xmlName,
365 xmlName, // ui_nam
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 74 TAG_MENU, // xmlName
85 "item", // xmlName //$NON-NLS-1$
93 "group", // xmlName //$NON-NLS-1$
101 TAG_MENU, // xmlName
111 "item", // xmlName //$NON-NLS-1$
119 "group", // xmlName //$NON-NLS-1$
139 String xmlName, String uiName, String sdkUrl,
143 ElementDescriptor element = new ElementDescriptor(xmlName, uiName, null, sdkUrl,
147 getStyleName(xmlName),
188 private String getStyleName(String xmlName) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 290 public TextAttributeDescriptor create(String xmlName, String nsUri,
293 attrInfo = new AttributeInfo(xmlName, Format.STRING_SET );
300 xmlName,
309 xmlName,
318 xmlName,
326 xmlName,
342 String xmlName,
346 String styleName = guessStyleName(xmlName);
348 String uiName = getUiName(xmlName);
350 ElementDescriptor element = new ManifestElementDescriptor(xmlName, uiName, null, sdkUrl
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 140 String xmlName = getLastUsedXmlName(root_node);
141 if (xmlName == null) {
143 xmlName = getMostUsedXmlName(root_node);
145 if (xmlName == null) {
148 xmlName = getLeafFileName(root_node);
151 mInitialXmlName = xmlName;
  /packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java 41 public final String XmlName;
43 private Direction(String xmlName) {
44 XmlName = xmlName;
52 if (widthToHeight.XmlName.equals(value)) {
54 } else if (heightToWidth.XmlName.equals(value)) {
58 widthToHeight.XmlName + " or " + heightToWidth.XmlName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 125 * @param xmlName the XML tag name to use for the element
139 String xmlName, String uiName, String styleName, String extraStyle,
148 ElementDescriptor element = new ElementDescriptor(xmlName, uiName, tooltip, sdkUrl,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 44 private TextAttributeDescriptor createTextAttrDesc(String xmlName) {
46 xmlName, // xmlLocalName
48 new AttributeInfo(xmlName, Format.STRING_SET)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 188 String xmlName = info.getShortClassName();
189 DeclareStyleableInfo style = mStyleMap.get(xmlName);
211 String xmlName = String.format("%1$s_%2$s", //$NON-NLS-1$
214 xmlName = AdtUtils.stripSuffix(xmlName, "Params"); //$NON-NLS-1$
216 DeclareStyleableInfo style = mStyleMap.get(xmlName);
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 453 String xmlName = "com.android.cts.stub:xml/pm_test";
456 assertEquals(xmlName, mPackageManager.getResourcesForActivity(componentName)
458 assertEquals(xmlName, mPackageManager.getResourcesForApplication(appInfo).getResourceName(
460 assertEquals(xmlName, mPackageManager.getResourcesForApplication(PACKAGE_NAME)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 183 "actionkey", //$NON-NLS-1$ xmlName
192 "searchable", //$NON-NLS-1$ xmlName
214 "appwidget-provider", //$NON-NLS-1$ xmlName
229 String xmlName, String uiName, String sdkUrl,
233 ElementDescriptor element = new ElementDescriptor(xmlName, uiName, null, sdkUrl,
  /cts/tools/utils/
CollectAllTests.java 124 final String xmlName = new File(outputPathPrefix).getName();
131 setAttribute(testPackageElem, ATTRIBUTE_NAME, xmlName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-youtube-2.0.jar 
gdata-core-1.0.jar 

Completed in 1593 milliseconds