Home
last modified time | relevance | path

Searched refs:getNamespace (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DBasePullParser.java107 public String getNamespace(String prefix) { in getNamespace() method in BasePullParser
240 if (type != getEventType() || (namespace != null && !namespace.equals(getNamespace())) in require()
DWidgetPullParser.java130 public String getNamespace() { in getNamespace() method in WidgetPullParser
DUiElementPullParser.java438 public String getNamespace() { in getNamespace() method in UiElementPullParser
440 return getCurrentNode().getDescriptor().getNamespace(); in getNamespace()
450 return doc.lookupPrefix(getCurrentNode().getDescriptor().getNamespace()); in getPrefix()
DProjectCallback.java295 public String getNamespace() { in getNamespace() method in ProjectCallback
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java161 String namespace = getNamespace(parentNode); in addLayoutActions()
275 String orientation = node.getStringAttr(getNamespace(node), ATTR_ORIENTATION); in getCurrentOrientation()
360 node.setAttribute(getNamespace(parent), ATTR_LAYOUT_GRAVITY, gravity); in onChildInserted()
371 public String getNamespace(INode layout) { in getNamespace() method in GridLayoutRule
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DElementDescriptor.java213 public final String getNamespace() { in getNamespace() method in ElementDescriptor
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
DApiDemosRenderingTest.java115 public String getNamespace() { in getNamespace() method in ApiDemosRenderingTest.ProjectCallBack
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java351 node.setAttribute(getNamespace(), name, value); in setGridAttribute()
360 public String getNamespace() { in getNamespace() method in GridModel
2340 return node.getStringAttr(getNamespace(), name); in getGridAttribute()
2354 String valueString = node.getStringAttr(getNamespace(), attribute); in getGridAttribute()