/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample10.info | 3 android.widget.RadioButton [0,48,150,86] <RadioButton> 4 android.widget.RadioButton [150,48,273,86] <RadioButton>
|
sample9.info | 4 android.widget.RadioButton [0,0,150,38] <RadioButton> 5 android.widget.RadioButton [150,0,273,38] <RadioButton>
|
sample6.info | 3 android.widget.RadioButton [49,36,143,72] <RadioButton>
|
sample10-expected-convertFromGrid.xml | 14 <RadioButton 18 android:text="RadioButton" /> 20 <RadioButton 24 android:text="RadioButton" />
|
sample10-expected-initialAttributes.xml | 14 <RadioButton 18 android:text="RadioButton" /> 20 <RadioButton 24 android:text="RadioButton" />
|
sample10.xml | 13 <RadioButton 18 android:text="RadioButton" /> 20 <RadioButton 22 android:text="RadioButton" />
|
sample9-expected-convertToGrid.xml | 14 <RadioButton 19 android:text="RadioButton" /> 21 <RadioButton 24 android:text="RadioButton" />
|
sample6.xml | 4 <RadioButton android:text="RadioButton" android:id="@+id/radioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
|
sample9.xml | 19 <RadioButton 23 android:text="RadioButton" /> 25 <RadioButton 29 android:text="RadioButton" />
|
sample1a-expected-changeView1.xml | 3 <RadioButton android:text="FirstButton" android:id="@+id/RadioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton> 16 <RadioButton android:text="Button" android:id="@+id/RadioButton2" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
|
sample6-expected-changeLayout6.xml | 18 <RadioButton 25 android:text="RadioButton" > 26 </RadioButton>
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RadioButtonTest.java | 25 import android.widget.RadioButton; 28 * Test {@link RadioButton}. 43 new RadioButton(mContext); 45 new RadioButton(null); 50 new RadioButton(mContext, attrs); 52 new RadioButton(null, attrs); 56 new RadioButton(mContext, null); 58 new RadioButton(mContext, attrs, 0); 60 new RadioButton(null, attrs, 0); 64 new RadioButton(mContext, null, 0) [all...] |
/tools/motodev/src/plugins/android.codeutils/templates/activity_samples/radio_button/ |
radiobuttonlayout.xml | 12 <RadioButton 15 <RadioButton 18 <RadioButton
|
radio_button_activity.java | 21 import android.widget.RadioButton;
40 RadioButton curBut = (RadioButton) group.getChildAt(i);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
RadioGroupPreCheckedTest.java | 38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one); 50 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two); 53 RadioButton old = (RadioButton) activity.findViewById(R.id.value_one);
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/layout/ |
layout2.xml | 7 <RadioButton 11 android:text="RadioButton" />
|
casts2.xml | 12 <RadioButton
|
/frameworks/base/core/java/android/widget/ |
RadioButton.java | 41 * <p>See the <a href="{@docRoot}guide/topics/ui/controls/radiobutton.html">Radio Buttons</a> 52 public class RadioButton extends CompoundButton { 54 public RadioButton(Context context) { 58 public RadioButton(Context context, AttributeSet attrs) { 62 public RadioButton(Context context, AttributeSet attrs, int defStyle) { 83 event.setClassName(RadioButton.class.getName()); 89 info.setClassName(RadioButton.class.getName());
|
/frameworks/base/tests/StatusBar/res/layout/ |
notification_builder_test.xml | 235 <RadioButton 240 <RadioButton 245 <RadioButton 250 <RadioButton 268 <RadioButton 273 <RadioButton 278 <RadioButton 283 <RadioButton 288 <RadioButton 293 <RadioButton [all...] |
/cts/tests/tests/holo/res/layout/ |
radiobutton.xml | 16 <RadioButton xmlns:android="http://schemas.android.com/apk/res/android" 19 android:text="@string/radiobutton"
|
radiogroup_horizontal.xml | 21 <RadioButton android:layout_width="wrap_content" 25 <RadioButton android:layout_width="wrap_content"
|
/development/samples/ApiDemos/res/layout/ |
radio_group_1.xml | 27 <RadioButton 31 <RadioButton 34 <RadioButton 37 <RadioButton
|
/frameworks/base/core/tests/coretests/res/layout/ |
radiogroup_checkedchild.xml | 22 <RadioButton 30 <RadioButton 37 <RadioButton
|
/tools/motodev/src/plugins/android.codeutils/templates/activity_samples/single_selection_img/ |
single_sel_img_activity.java | 30 import android.widget.RadioButton; 46 private RadioButton selectedRadio; 115 RadioButton radio = (RadioButton) v.findViewById(R.id.radio); 138 public void setSelectedRadio(RadioButton selectedRadio) 203 holder.radioButton = (RadioButton) convertView.findViewById(R.id.radio); 217 holder.radioButton.setChecked(context.getSelectedItem().equals( 220 if(holder.radioButton.isChecked()) 222 context.setSelectedRadio(holder.radioButton); [all...] |
/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"
|