Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 7 of 7) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java572 for (Object choice : choices) { in addMatchingProposals()
578 if (choice instanceof ElementDescriptor) { in addMatchingProposals()
579 keyword = ((ElementDescriptor)choice).getXmlName(); in addMatchingProposals()
580 icon = ((ElementDescriptor)choice).getGenericIcon(); in addMatchingProposals()
582 } else if (choice instanceof TextValueDescriptor) { in addMatchingProposals()
584 } else if (choice instanceof SeparatorAttributeDescriptor) { in addMatchingProposals()
586 } else if (choice instanceof AttributeDescriptor) { in addMatchingProposals()
587 keyword = ((AttributeDescriptor)choice).getXmlLocalName(); in addMatchingProposals()
588 icon = ((AttributeDescriptor)choice).getGenericIcon(); in addMatchingProposals()
593 nsUri = ((AttributeDescriptor)choice).getNamespaceUri(); in addMatchingProposals()
[all …]
DCompletionProposal.java82 Object choice, String replacementString, int replacementOffset, in CompletionProposal() argument
92 mChoice = choice; in CompletionProposal()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java1046 int choice = chooser.showSaveDialog(sceneView); in captureLayers() local
1047 if (choice == JFileChooser.APPROVE_OPTION) { in captureLayers()
1087 int choice = chooser.showSaveDialog(sceneView); in saveSceneAsImage() local
1088 if (choice == JFileChooser.APPROVE_OPTION) { in saveSceneAsImage()
DScreenViewer.java206 int choice = chooser.showOpenDialog(this); in openOverlay() local
207 if (choice == JFileChooser.APPROVE_OPTION) { in openOverlay()
/sdk/docs/
Dhowto_build_SDK.txt200 really is a free identifier of your choice. It cannot contain spaces nor
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt36 android:choiceMode : Defines the choice behavior for the view. [enum]
/sdk/eclipse/
Dchanges.txt505 - New "Create project from sample" choice in the New Project Wizard.