OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChoice
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
RadioGroup1.java
34
private TextView
mChoice
;
56
mChoice
= (TextView) findViewById(R.id.choice);
57
mChoice
.setText(selection + mRadioGroup.getCheckedRadioButtonId());
67
mChoice
.setText(selection +
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java
69
private final Object
mChoice
;
92
mChoice
= choice;
131
if (
mChoice
instanceof ElementDescriptor) {
132
String tooltip = ((ElementDescriptor)
mChoice
).getTooltip();
134
} else if (
mChoice
instanceof TextAttributeDescriptor) {
135
mAdditionalProposalInfo = ((TextAttributeDescriptor)
mChoice
).getTooltip();
136
} else if (
mChoice
instanceof String) {
138
String value = (String)
mChoice
;
164
} else if (
mChoice
instanceof IType) {
165
IType type = (IType)
mChoice
;
[
all
...]
Completed in 187 milliseconds