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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/layout/
radiogroup_checkedchild.xml 22 <RadioButton
30 <RadioButton
37 <RadioButton
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample6-expected-changeLayout6.xml 18 <RadioButton
25 android:text="RadioButton" >
26 </RadioButton>
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
GroupMmsSettingDialog.java 23 import android.widget.RadioButton;
69 final RadioButton disableButton = (RadioButton)
71 final RadioButton enableButton = (RadioButton)
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardMigrate.java 24 import android.widget.RadioButton;
31 private RadioButton mRadioNow;
32 private RadioButton mRadioLater;
47 mRadioNow = (RadioButton) findViewById(R.id.storage_wizard_migrate_now);
48 mRadioLater = (RadioButton) findViewById(R.id.storage_wizard_migrate_later);
  /packages/apps/SpeechRecorder/res/layout/
recorder.xml 60 <RadioButton android:id="@+id/codec11KHzRadioButton"
64 <RadioButton android:id="@+id/codec8KHzRadioButton"
73 <RadioButton android:id="@+id/callRadioButton"
78 <RadioButton android:id="@+id/dialNanpRadioButton"
83 <RadioButton android:id="@+id/dialPairsRadioButton"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
prnsetup.dlg 28 RADIOBUTTON "&All",rad1,16,106,64,12,WS_GROUP
29 RADIOBUTTON "Pa&ges",rad3,16,122,36,12
30 RADIOBUTTON "&Selection",rad2,16,138,64,12
70 RADIOBUTTON "P&ortrait",rad1,224,106,52,12,WS_GROUP | WS_TABSTOP
71 RADIOBUTTON "L&andscape",rad2,224,126,52,12
92 RADIOBUTTON "P&ortrait",rad1,16,170,52,12,WS_GROUP | WS_TABSTOP
93 RADIOBUTTON "L&andscape",rad2,16,190,52,12
115 RADIOBUTTON "A&ll",rad1,7,11,58,10,WS_GROUP
116 RADIOBUTTON "Selec&tion",rad2,7,24,49,10
117 RADIOBUTTON "C&urrent Page",rad3,58,24,58,1
    [all...]
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 32 import android.widget.RadioButton;
174 holder.radioButton = (RadioButton) convertView.findViewById(R.id.button);
185 holder.radioButton.setOnCheckedChangeListener(null);
186 holder.radioButton.setChecked(appInfo.isDefault);
187 holder.radioButton.setContentDescription(appInfo.label);
188 holder.radioButton.setOnCheckedChangeListener(this);
189 holder.radioButton.setTag(appInfo);
195 public RadioButton radioButton;
    [all...]
  /frameworks/base/tests/TransitionTests/res/layout/
crossfade_multiple.xml 11 <RadioButton android:layout_width="wrap_content"
16 <RadioButton android:layout_width="wrap_content"
21 <RadioButton android:layout_width="wrap_content"
26 <RadioButton android:layout_width="wrap_content"
31 <RadioButton android:layout_width="wrap_content"
36 <RadioButton android:layout_width="wrap_content"
  /frameworks/support/samples/Support4Demos/res/layout/
drawable_compat.xml 34 <RadioButton android:id="@+id/drawable_compat_no_tint"
39 <RadioButton android:id="@+id/drawable_compat_color"
44 <RadioButton android:id="@+id/drawable_compat_state_list"
  /packages/apps/Dialer/tests/res/layout/
fill_call_log_test.xml 71 <RadioButton
77 <RadioButton
83 <RadioButton
89 <RadioButton
95 <RadioButton
171 <RadioButton
177 <RadioButton
183 <RadioButton
189 <RadioButton
222 <RadioButton
    [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/res/layout/
fragment_basic_transition.xml 41 <RadioButton
49 <RadioButton
56 <RadioButton
63 <RadioButton
  /developers/samples/android/ui/transition/BasicTransition/Application/src/main/res/layout/
fragment_basic_transition.xml 41 <RadioButton
49 <RadioButton
56 <RadioButton
63 <RadioButton
  /development/samples/browseable/BasicTransition/res/layout/
fragment_basic_transition.xml 41 <RadioButton
49 <RadioButton
56 <RadioButton
63 <RadioButton
  /external/autotest/frontend/client/src/autotest/afe/
JobOwnerFilter.java 17 import com.google.gwt.user.client.ui.RadioButton;
27 private RadioButton allUsersRadio, selectUserRadio;
33 allUsersRadio = new RadioButton(radioGroupName, "All users");
34 selectUserRadio = new RadioButton(radioGroupName);
  /frameworks/base/docs/html/guide/topics/ui/controls/
radiobutton.jd 2 page.tags=radiobutton,radiogroup
14 <li>{@link android.widget.RadioButton}</li>
27 <p>To create each radio button option, create a {@link android.widget.RadioButton} in your layout.
35 android.widget.RadioButton} object receives an on-click event.</p>
39 <code>&lt;RadioButton&gt;</code> element in your XML
44 <p>For example, here are a couple {@link android.widget.RadioButton} objects:</p>
52 &lt;RadioButton android:id="@+id/radio_pirates"
57 &lt;RadioButton android:id="@+id/radio_ninjas"
74 boolean checked = ((RadioButton) view).isChecked();
  /frameworks/support/samples/Support7Demos/res/layout/
appcompat_widgets_buttons.xml 43 <RadioButton
47 android:text="RadioButton"/>
49 <RadioButton
53 android:text="RadioButton"/>
  /cts/hostsidetests/theme/app/res/layout/
radiogroup_horizontal.xml 21 <RadioButton android:layout_width="wrap_content"
25 <RadioButton android:layout_width="wrap_content"
radiogroup_vertical.xml 21 <RadioButton android:layout_width="wrap_content"
25 <RadioButton android:layout_width="wrap_content"
  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/res/layout/
recycler_view_frag.xml 28 <RadioButton android:id="@+id/linear_layout_rb"
32 <RadioButton android:id="@+id/grid_layout_rb"
  /developers/samples/android/ui/views/RecyclerView/Application/src/main/res/layout/
recycler_view_frag.xml 28 <RadioButton android:id="@+id/linear_layout_rb"
32 <RadioButton android:id="@+id/grid_layout_rb"
  /development/samples/browseable/RecyclerView/res/layout/
recycler_view_frag.xml 28 <RadioButton android:id="@+id/linear_layout_rb"
32 <RadioButton android:id="@+id/grid_layout_rb"
  /frameworks/base/packages/SystemUI/res/layout/
zen_mode_button.xml 17 <RadioButton
29 </RadioButton
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
radio_group_adapter_test.xml 27 <RadioButton android:layout_width="match_parent" android:layout_height="wrap_content"
29 <RadioButton android:layout_width="match_parent" android:layout_height="wrap_content"
  /packages/apps/Messaging/res/layout/
group_mms_setting_dialog.xml 23 <RadioButton
30 <RadioButton
  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java 27 import android.widget.RadioButton;
47 protected RadioButton mLinearLayoutRadioButton;
48 protected RadioButton mGridLayoutRadioButton;
92 mLinearLayoutRadioButton = (RadioButton) rootView.findViewById(R.id.linear_layout_rb);
100 mGridLayoutRadioButton = (RadioButton) rootView.findViewById(R.id.grid_layout_rb);

Completed in 620 milliseconds

12 3 4 5 6 7 8 91011>>