HomeSort by relevance Sort by last modified time
    Searched refs:AttribInfo (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 169 AttribInfo info = parseAttributeInfo(viewer, offset, offset - wordPrefix.length());
222 Node currentNode, String parent, AttribInfo info, char nextChar) {
385 * - AttribInfo.correctedPrefix if the user has been editing an attribute value and it has
390 * - AttribInfo.needTag will be non-zero if we find that the attribute completion proposal
399 String parent, Node currentNode, UiElementNode currentUiNode, AttribInfo attrInfo,
473 protected Object[] getAttributeValueChoices(UiAttributeNode currAttrNode, AttribInfo attrInfo,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 185 AttribInfo attrInfo = new AttribInfo();

Completed in 235 milliseconds