Home
last modified time | relevance | path

Searched refs:getAttributeValues (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DAndroidTargetData.java268 public String[] getAttributeValues(String elementName, String attributeName) { in getAttributeValues() method in AndroidTargetData
287 public String[] getAttributeValues(String elementName, String attributeName, in getAttributeValues() method in AndroidTargetData
298 return getAttributeValues(elementName, attributeName); in getAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiListAttributeNode.java177 values = data.getAttributeValues(element_name, attr_name, greatGrandParentNodeName); in getPossibleValues()
DUiFlagAttributeNode.java149 values = data.getAttributeValues(element_name, attr_name); in getPossibleValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java415 choices = data.getAttributeValues(parent, attrInfo.name, greatGrandParentName); in getChoicesForAttribute()