OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radiobutton
(Results
51 - 75
of
609
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/samples/android/ui/views/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);
/development/samples/browseable/RecyclerView/src/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);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardInit.java
27
import android.widget.
RadioButton
;
32
private
RadioButton
mRadioExternal;
33
private
RadioButton
mRadioInternal;
52
mRadioExternal = (
RadioButton
) findViewById(R.id.storage_wizard_init_external_title);
53
mRadioInternal = (
RadioButton
) findViewById(R.id.storage_wizard_init_internal_title);
/cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java
35
import android.widget.
RadioButton
;
101
RadioButton
newButton = new
RadioButton
(mContext);
114
RadioButton
newButton = new
RadioButton
(mContext);
349
RadioButton
button = new
RadioButton
(mContext);
365
button = new
RadioButton
(mContext);
388
RadioButton
choice4 = new
RadioButton
(mContext)
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/21/changes/
android.widget.RadioButton.html
10
android.widget.
RadioButton
74
Class android.widget.<A HREF="../../../../reference/android/widget/
RadioButton
.html" target="_top"><font size="+2"><code>
RadioButton
</code></font></A>
85
<A NAME="android.widget.
RadioButton
.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86
<nobr><A HREF="../../../../reference/android/widget/
RadioButton
.html#
RadioButton
(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>
RadioButton
</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
/frameworks/support/samples/Support7Demos/res/layout/
activity_card_view.xml
149
<
RadioButton
155
<
RadioButton
160
<
RadioButton
165
<
RadioButton
170
<
RadioButton
175
<
RadioButton
180
<
RadioButton
193
<
RadioButton
200
<
RadioButton
/cts/apps/CtsVerifier/res/layout/
wifi_lockdown.xml
45
<
RadioButton
50
<
RadioButton
55
<
RadioButton
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/res/layout/
fragment_visibility_metadata_notification.xml
37
<
RadioButton
45
<
RadioButton
53
<
RadioButton
/developers/samples/android/notification/LNotifications/Application/src/main/res/layout/
fragment_visibility_metadata_notification.xml
37
<
RadioButton
45
<
RadioButton
53
<
RadioButton
/development/samples/ApiDemos/res/layout/
rotation_animation.xml
57
<
RadioButton
62
<
RadioButton
67
<
RadioButton
/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"
/development/samples/browseable/LNotifications/res/layout/
fragment_visibility_metadata_notification.xml
37
<
RadioButton
45
<
RadioButton
53
<
RadioButton
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
controls.jd
70
<td><a href="controls/
radiobutton
.html">????</a></td>
73
<br>{@link android.widget.
RadioButton
RadioButton
} </td>
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
controls.jd
70
<td><a href="controls/
radiobutton
.html">????</a></td>
73
<br>{@link android.widget.
RadioButton
RadioButton
} </td>
/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"
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
RadioButtonPreference.java
23
import android.widget.
RadioButton
;
41
private
RadioButton
mRadioButton;
77
mRadioButton = (
RadioButton
)view.findViewById(R.id.radio_button);
/cts/hostsidetests/theme/app/res/layout/
radiobutton_checked.xml
16
<
RadioButton
xmlns:android="http://schemas.android.com/apk/res/android"
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
ElementLayoutActivity.java
22
import android.widget.
RadioButton
;
102
RadioButton
button = new
RadioButton
(this);
103
button.setText("
RadioButton
:" + mRandom.nextInt());
/frameworks/support/samples/SupportDesignDemos/res/layout/
design_tabs_viewpager.xml
86
<
RadioButton
92
<
RadioButton
107
<
RadioButton
113
<
RadioButton
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatRadioButton.java
29
import android.widget.
RadioButton
;
32
* A {@link
RadioButton
} which supports compatible features on older version of the platform,
41
* <p>This will automatically be used when you use {@link
RadioButton
} in your layouts.
44
public class AppCompatRadioButton extends
RadioButton
implements TintableCompoundButton {
/frameworks/support/v7/appcompat/tests/res/layout/
layout_radiobutton.xml
17
<
RadioButton
xmlns:android="http://schemas.android.com/apk/res/android"
layout_radiobutton_vector.xml
17
<
RadioButton
xmlns:android="http://schemas.android.com/apk/res/android"
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java
26
import android.widget.
RadioButton
;
43
private
RadioButton
mRadioButton;
90
mRadioButton = (
RadioButton
) findViewById(R.id.
radioButton
);
Completed in 1702 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>