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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 376 UiAttributeNode currAttrNode = null;
379 currAttrNode = attrNode;
384 if (currAttrNode != null) {
385 choices = getAttributeValueChoices(currAttrNode, attrInfo, value);
424 protected Object[] getAttributeValueChoices(UiAttributeNode currAttrNode, AttribInfo attrInfo,
428 choices = currAttrNode.getPossibleValues(value);
429 if (choices != null && currAttrNode instanceof UiResourceAttributeNode) {
433 if (currAttrNode instanceof UiFlagAttributeNode) {
447 choices = completeSuffix(choices, value, currAttrNode);
450 AttributeDescriptor attributeDescriptor = currAttrNode.getDescriptor()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 184 UiAttributeNode currAttrNode = desc.createUiNode(uiParent);
186 Object[] values = getAttributeValueChoices(currAttrNode, attrInfo,

Completed in 117 milliseconds