OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addMatchingProposals
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java
129
addMatchingProposals
(proposals, sorted.toArray(), offset, node, wordPrefix,
197
addMatchingProposals
(proposals, values, offset, currentNode,
234
addMatchingProposals
(proposals, choices, offset, currentNode,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestContentAssist.java
85
addMatchingProposals
(proposals, choices.toArray(), offset, node, wordPrefix,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java
92
addMatchingProposals
(proposals, interpolators.toArray(), offset, node, wordPrefix,
156
addMatchingProposals
(proposals, pairs.toArray(), offset, node, wordPrefix,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
219
addMatchingProposals
(proposals, choices, offset,
255
addMatchingProposals
(proposals, choices, offset, parentNode != null ? parentNode : null,
504
addMatchingProposals
(proposals, choices,
562
protected void
addMatchingProposals
(List<ICompletionProposal> proposals, Object[] choices,
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java
223
addMatchingProposals
(proposals, sorted.toArray(), offset, node, wordPrefix,
Completed in 56 milliseconds