Searched defs:choices (Results 1 – 8 of 8) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidContentAssist.java | 199 Object[] choices = getChoicesForElement(parent, currentNode); in computeNonAttributeProposals() local 240 Object[] choices = getChoicesForAttribute(parent, currentNode, currentUiNode, in computeAttributeProposals() local 360 Object[] choices = null; in getChoicesForAttribute() local 434 Object[] choices; in getAttributeValueChoices() local 498 Object[] choices = getElementChoicesForTextNode(parentNode); in computeTextValues() local 524 ElementDescriptor[] choices = null; in getElementChoicesForTextNode() local 562 protected void addMatchingProposals(List<ICompletionProposal> proposals, Object[] choices, in addMatchingProposals() 1245 private Object[] completeSuffix(Object[] choices, String value, UiAttributeNode currAttrNode) { in completeSuffix()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | LayoutContentAssist.java | 76 Object[] choices = super.getChoicesForElement(parent, currentNode); in getChoicesForElement() local 114 ElementDescriptor[] choices = super.getElementChoicesForTextNode(parentNode); in getElementChoicesForTextNode() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutActionBar.java | 253 Choices choices = (Choices) newAction; in updateActions() local 295 RuleAction.Choices choices = (Choices) action; in addActions() local 384 private void addRadio(RuleAction.Choices choices) { in addRadio() 419 private void addDropdown(RuleAction.Choices choices) { in addDropdown()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | LinearLayoutRuleTest.java | 159 RuleAction.Choices choices = (RuleAction.Choices) menuAction; in testContextMenuCustom() local 192 RuleAction.Choices choices = (RuleAction.Choices) orientationAction; in testOrientation() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestContentAssist.java | 60 List<Pair<String, String>> choices = new ArrayList<Pair<String, String>>(); in computeAttributeValues() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
D | ValuesContentAssist.java | 211 String[] choices = UiResourceAttributeNode.computeResourceStringMatches( in computeTextValues() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiResourceAttributeNode.java | 418 List<String> choices) { in sortAttributeChoices()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 918 public Prop(String title, boolean isToggle, boolean isFlag, Map<String, String> choices, in Prop() argument
|