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

  /development/samples/ApiDemos/res/layout/
controls_1.xml 58 <RadioButton android:id="@+id/radio2"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 333 Button radio2 = new Button(content, SWT.RADIO); local
334 radio2.setText(String.format("Create a new element in the selected element, %1$s.",
340 radio2.setSelection(true);
351 radio2.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 382 Button radio2 = new Button(top, SWT.RADIO); local
383 radio2.setText("Launch a new Android Virtual Device");

Completed in 158 milliseconds