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 384 UiAttributeNode currAttrNode = null;
387 currAttrNode = attrNode;
392 if (currAttrNode != null) {
393 choices = getAttributeValueChoices(currAttrNode, attrInfo, value);
432 protected Object[] getAttributeValueChoices(UiAttributeNode currAttrNode, AttribInfo attrInfo,
436 choices = currAttrNode.getPossibleValues(value);
437 if (choices != null && currAttrNode instanceof UiResourceAttributeNode) {
441 if (currAttrNode instanceof UiFlagAttributeNode) {
455 choices = completeSuffix(choices, value, currAttrNode);
458 AttributeDescriptor attributeDescriptor = currAttrNode.getDescriptor()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 186 UiAttributeNode currAttrNode = desc.createUiNode(uiParent);
188 Object[] values = getAttributeValueChoices(currAttrNode, attrInfo,

Completed in 1313 milliseconds