HomeSort by relevance Sort by last modified time
    Searched full:radiobutton1 (Results 1 - 17 of 17) sorted by null

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
RadioButtonTest.java 54 RadioButton radioButton1 = new RadioButton(null);
55 radioButton1.setId(99);
60 radioGroup.addView(radioButton1);
63 radioButton1.setChecked(true);
64 assertThat(radioGroup.getCheckedRadioButtonId(), equalTo(radioButton1.getId()));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowRadioButtonTest.java 57 RadioButton radioButton1 = new RadioButton(RuntimeEnvironment.application);
58 radioButton1.setId(99);
63 radioGroup.addView(radioButton1);
66 radioButton1.setChecked(true);
67 assertThat(radioGroup.getCheckedRadioButtonId()).isEqualTo(radioButton1.getId());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample6-expected-changeLayout6.xml 19 android:id="@+id/radioButton1"
33 android:layout_toRightOf="@+id/radioButton1"
sample10-expected-convertFromGrid.xml 16 android:id="@+id/radioButton1"
sample10-expected-initialAttributes.xml 16 android:id="@+id/radioButton1"
sample10.xml 14 android:id="@+id/radioButton1"
sample6.xml 4 <RadioButton android:text="RadioButton" android:id="@+id/radioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
sample9-expected-convertToGrid.xml 15 android:id="@+id/radioButton1"
sample9.xml 20 android:id="@+id/radioButton1"
sample1a-expected-changeView1.xml 3 <RadioButton android:text="FirstButton" android:id="@+id/RadioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
  /cts/tests/autofillservice/res/layout/
all_autofill_able_views_activity.xml 32 <RadioButton android:id="@+id/radioButton1" android:layout_width="wrap_content"
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 337 JRadioButton radioButton1 = new JRadioButton();
343 buttonGroup.add(radioButton1);
349 panel.add(radioButton1, buttonConstraints);
356 radioButton1,
MemberSpecificationDialog.java 298 JRadioButton radioButton1 = new JRadioButton();
304 buttonGroup.add(radioButton1);
310 panel.add(radioButton1, buttonConstraints);
317 radioButton1,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java 81 " android:id=\"@+id/radioButton1\"\n" +
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutofillValueTest.java 79 mRadioButton1 = (RadioButton) mActivity.findViewById(R.id.radioButton1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]

Completed in 306 milliseconds