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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestContentAssist.java 51 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset,
90 return super.computeAttributeValues(proposals, offset, parentTagName, attributeName,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 73 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset,
98 return super.computeAttributeValues(proposals, offset, parentTagName, attributeName,
164 return super.computeAttributeValues(proposals, offset, parentTagName, attributeName,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 155 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset,
158 super.computeAttributeValues(proposals, offset, parentTagName, attributeName, node,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 73 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset,
76 super.computeAttributeValues(proposals, offset, parentTagName, attributeName, node,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 233 if (computeAttributeValues(proposals, offset, parent, info.name, currentNode,
486 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset,
    [all...]

Completed in 509 milliseconds