HomeSort by relevance Sort by last modified time
    Searched full:radiobutton (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /cts/tests/tests/holo/res/layout/
radiogroup_vertical.xml 21 <RadioButton android:layout_width="wrap_content"
25 <RadioButton android:layout_width="wrap_content"
radiobutton_checked.xml 16 <RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/docs/html/guide/topics/ui/controls/
radiobutton.jd 15 <li>{@link android.widget.RadioButton}</li>
28 <p>To create each radio button option, create a {@link android.widget.RadioButton} in your layout.
36 android.widget.RadioButton} object receives an on-click event.</p>
40 <code>&lt;RadioButton&gt;</code> element in your XML
45 <p>For example, here are a couple {@link android.widget.RadioButton} objects:</p>
53 &lt;RadioButton android:id="@+id/radio_pirates"
58 &lt;RadioButton android:id="@+id/radio_ninjas"
75 boolean checked = ((RadioButton) view).isChecked();
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/model/
RadioButtonNode.java 20 * (specific from RadioButton)
37 return LayoutNodeViewType.RadioButton.name();
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 34 import android.widget.RadioButton;
100 RadioButton newButton = new RadioButton(mContext);
112 RadioButton newButton = new RadioButton(mContext);
342 RadioButton button = new RadioButton(mContext);
358 button = new RadioButton(mContext);
380 RadioButton choice4 = new RadioButton(mContext)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RadioGroup1.java 27 import android.widget.RadioButton;
45 RadioButton newRadioButton = new RadioButton(this);
  /development/samples/BackupRestore/res/layout/
backup_restore.xml 48 <RadioButton android:id="@+id/bacon"
50 <RadioButton android:id="@+id/pastrami"
52 <RadioButton android:id="@+id/hummus"
  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.h 19 class RadioButton;
89 views::RadioButton* full_sync_radio_;
90 views::RadioButton* delta_sync_radio_;
  /frameworks/base/tests/HugeBackup/res/layout/
backup_restore.xml 48 <RadioButton android:id="@+id/bacon"
50 <RadioButton android:id="@+id/pastrami"
52 <RadioButton android:id="@+id/hummus"
  /packages/apps/Gallery2/res/layout/
choose_widget_type.xml 24 <RadioButton android:id="@+id/widget_type_album"
30 <RadioButton android:id="@+id/widget_type_photo"
36 <RadioButton android:id="@+id/widget_type_shuffle"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
CompatModePanel.java 29 import android.widget.RadioButton;
43 private RadioButton mOnButton, mOffButton;
56 mOnButton = (RadioButton) findViewById(R.id.compat_mode_on_radio);
57 mOffButton = (RadioButton) findViewById(R.id.compat_mode_off_radio);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterView.java 25 import android.widget.RadioButton;
42 private RadioButton mRadioButton;
84 mRadioButton = (RadioButton) findViewById(R.id.radioButton);
  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 31 import android.widget.RadioButton;
75 if ((widget != null) && widget instanceof RadioButton) {
76 RadioButton rb = (RadioButton) widget;
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 29 import android.widget.RadioButton;
52 private RadioButton m8KHz;
53 private RadioButton m11KHz;
54 private RadioButton mCall;
55 private RadioButton mDialNanp;
56 private RadioButton mDialPairs;
77 m8KHz = (RadioButton)findViewById(R.id.codec8KHzRadioButton);
78 m11KHz = (RadioButton)findViewById(R.id.codec11KHzRadioButton);
79 mCall = (RadioButton)findViewById(R.id.callRadioButton);
80 mDialNanp = (RadioButton)findViewById(R.id.dialNanpRadioButton)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
options.html 19 function toggle(radioButton) {
25 var selected = radioButton.value;
  /frameworks/base/packages/SystemUI/res/layout/
system_bar_compat_mode_panel.xml 34 <RadioButton android:id="@+id/compat_mode_off_radio"
38 <RadioButton android:id="@+id/compat_mode_on_radio"
  /packages/apps/VideoEditor/res/layout/
ken_burns_layout.xml 38 <RadioButton android:id="@+id/start_rectangle"
43 <RadioButton android:id="@+id/end_rectangle"
  /hardware/ti/wpan/tools/FM/FmTxApp/res/layout/
fmtxparamconfig.xml 71 <RadioButton android:id="@+id/rbtnPs" android:text="@string/PS"
73 </RadioButton>
74 <RadioButton android:id="@+id/rbtnRt" android:text="@string/RT"
76 </RadioButton>
78 <RadioButton android:id="@+id/rbtnEcc" android:text="@string/ecc"
80 </RadioButton>
  /frameworks/base/core/java/android/widget/
RadioGroup.java 51 * @see RadioButton
129 if (child instanceof RadioButton) {
130 final RadioButton button = (RadioButton) child;
180 if (checkedView != null && checkedView instanceof RadioButton) {
181 ((RadioButton) checkedView).setChecked(checked);
375 if (parent == RadioGroup.this && child instanceof RadioButton) {
382 ((RadioButton) child).setOnCheckedChangeWidgetListener(
395 if (parent == RadioGroup.this && child instanceof RadioButton) {
396 ((RadioButton) child).setOnCheckedChangeWidgetListener(null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
rendering-configs.xml 238 <RadioButton
242 android:text="RadioButton"
244 </RadioButton>
326 <RadioButton
328 </RadioButton>
329 <RadioButton></RadioButton>
330 <RadioButton></RadioButton>
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.h 34 class RadioButton;
93 typedef std::vector<views::RadioButton*> RadioGroup;
  /packages/apps/Contacts/res/layout/
contact_list_filter_item.xml 58 <RadioButton
59 android:id="@+id/radioButton"
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/layout/
edit_textview.xml 52 <RadioButton
53 android:id="@+id/radioButton"
wrongparams.xml 38 <RadioButton
44 android:text="RadioButton" />
wrongparams_ignore.xml 41 <RadioButton
47 android:text="RadioButton"

Completed in 732 milliseconds

12 3 4 5 6