OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radiobutton2
(Results
1 - 12
of
12
) sorted by null
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
RadioButtonTest.java
56
RadioButton
radioButton2
= new RadioButton(null);
57
radioButton2
.setId(100);
61
radioGroup.addView(
radioButton2
);
66
radioButton2
.setChecked(true);
67
assertThat(radioGroup.getCheckedRadioButtonId(), equalTo(
radioButton2
.getId()));
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample10-expected-convertFromGrid.xml
24
android:id="@+id/
radioButton2
"
sample10-expected-initialAttributes.xml
24
android:id="@+id/
radioButton2
"
sample10.xml
21
android:id="@+id/
radioButton2
"
sample9-expected-convertToGrid.xml
22
android:id="@+id/
radioButton2
"
sample9.xml
26
android:id="@+id/
radioButton2
"
sample1a-expected-changeView1.xml
16
<RadioButton android:text="Button" android:id="@+id/
RadioButton2
" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/values/
ids.xml
32
<item type="id" name="
radioButton2
" />
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class
/external/proguard/src/proguard/gui/
ClassSpecificationDialog.java
338
JRadioButton
radioButton2
= new JRadioButton();
344
buttonGroup.add(
radioButton2
);
350
panel.add(
radioButton2
, buttonConstraints);
357
radioButton2
MemberSpecificationDialog.java
299
JRadioButton
radioButton2
= new JRadioButton();
305
buttonGroup.add(
radioButton2
);
311
panel.add(
radioButton2
, buttonConstraints);
318
radioButton2
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/
allwidgets.xml
262
android:id="@id/
radioButton2
"
Completed in 1155 milliseconds