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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Calendar/res/layout/
event_info_dialog.xml 283 <RadioButton
293 <RadioButton
303 <RadioButton
recurrencepicker.xml 171 <RadioButton
178 <RadioButton
  /packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml 316 <RadioButton
325 <RadioButton
334 <RadioButton
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 48 import android.widget.RadioButton;
345 holder.mRadioButton = (RadioButton) view.findViewById(R.id.cert_item_selected);
406 RadioButton mRadioButton;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 132 ViewInfo child21 = new ViewInfo("RadioButton", child21Node, 0, 20, 70, 25);
153 assertEquals("RadioButton", grandChild.getName());
171 ViewInfo child21 = new ViewInfo("RadioButton", null, 0, 20, 70, 25);
213 ViewInfo child21 = new ViewInfo("RadioButton", null, 0, 20, 70, 25);
257 ViewInfo child21 = new ViewInfo("RadioButton", null, 0, 20, 70, 25);
313 ViewInfo child21 = new ViewInfo("RadioButton", null, 0, 20, 70, 25);
    [all...]
  /development/samples/ApiDemos/res/layout/
controls_material.xml 126 <RadioButton
132 <RadioButton
  /development/tools/rmtypedefs/.idea/
uiDesigner.xml 23 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
26 <property name="text" value="RadioButton" />
  /external/androidplot/.idea/
uiDesigner.xml 23 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
26 <property name="text" value="RadioButton" />
  /external/robolectric/.idea/
uiDesigner.xml 23 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
26 <property name="text" value="RadioButton" />
  /frameworks/base/tools/layoutlib/.idea/
uiDesigner.xml 23 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
26 <property name="text" value="RadioButton" />
  /frameworks/data-binding/.idea/
uiDesigner.xml 23 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
26 <property name="text" value="RadioButton" />
  /frameworks/support/v7/appcompat/res/values-v21/
styles_base.xml 197 <style name="Base.Widget.AppCompat.CompoundButton.RadioButton" parent="android:Widget.Material.CompoundButton.RadioButton" />
  /prebuilts/sdk/current/support/v7/appcompat/res/values-v21/
styles_base.xml 197 <style name="Base.Widget.AppCompat.CompoundButton.RadioButton" parent="android:Widget.Material.CompoundButton.RadioButton" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 68 relatedTo="RadioButton,ToggleButton,CheckedTextView" />
70 class="android.widget.RadioButton"
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
web_elements.py 116 class RadioButton(WebElements):
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 167 // to avoid checkbox and radiobutton
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 75 private final RadioButton mAmLabel;
76 private final RadioButton mPmLabel;
142 mAmLabel = (RadioButton) mAmPmLayout.findViewById(R.id.am_label);
147 mPmLabel = (RadioButton) mAmPmLayout.findViewById(R.id.pm_label);
  /frameworks/base/docs/html-intl/intl/ja/training/material/
compatibility.jd 90 <li>{@link android.widget.RadioButton}</li>
  /frameworks/base/docs/html-intl/intl/ko/training/material/
compatibility.jd 90 <li>{@link android.widget.RadioButton}</li>
  /frameworks/base/docs/html-intl/intl/ru/training/material/
compatibility.jd 90 <li>{@link android.widget.RadioButton};</li>
  /frameworks/base/docs/html-intl/intl/zh-cn/training/material/
compatibility.jd 90 <li>{@link android.widget.RadioButton}</li>
  /frameworks/base/docs/html-intl/intl/zh-tw/training/material/
compatibility.jd 90 <li>{@link android.widget.RadioButton}</li>
  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeDeviceActivity.java 391 new Layout(R.layout.radiobutton, "radiobutton"),
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 397 Button radioButton = (Button) findViewById(R.id.radio_button);
398 radioButton.setOnClickListener(new OnClickListener() {
  /development/tools/idegen/templates/
android.ipr 177 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
180 <property name="text" value="RadioButton" />

Completed in 1203 milliseconds

1 2 3 4 5 6 7 891011>>