Home
last modified time | relevance | path

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

/sdk/layoutlib_api/src/com/android/layoutlib/api/
DIProjectCallback.java43 String getNamespace(); in getNamespace() method
/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.java443 public String getNamespace() { in getNamespace() method in UiElementPullParser
445 return getCurrentNode().getDescriptor().getNamespace(); in getNamespace()
455 return doc.lookupPrefix(getCurrentNode().getDescriptor().getNamespace()); in getPrefix()
DProjectCallback.java268 public String getNamespace() { in getNamespace() method in ProjectCallback
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DIProjectCallback.java65 String getNamespace(); in getNamespace() method
/sdk/layoutlib_api/sample/src/com/example/android/render/
DProjectCallback.java63 public String getNamespace() { in getNamespace() method in ProjectCallback
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java159 String namespace = getNamespace(parentNode); in addLayoutActions()
270 String orientation = node.getStringAttr(getNamespace(node), ATTR_ORIENTATION); in getCurrentOrientation()
355 node.setAttribute(getNamespace(parent), ATTR_LAYOUT_GRAVITY, gravity); in onChildInserted()
366 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.java113 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
2316 return node.getStringAttr(getNamespace(), name); in getGridAttribute()
2330 String valueString = node.getStringAttr(getNamespace(), attribute); in getGridAttribute()