OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radiogroup
(Results
51 - 75
of
316
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/Support4Demos/res/layout/
drawable_compat.xml
29
<
RadioGroup
49
</
RadioGroup
>
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
RadioPreference.java
50
public void setRadioGroup(String
radioGroup
) {
51
mRadioGroup =
radioGroup
;
/frameworks/base/docs/html/guide/topics/ui/controls/
radiobutton.jd
2
page.tags=radiobutton,
radiogroup
15
<li>{@link android.widget.
RadioGroup
}</li>
29
{@link android.widget.
RadioGroup
}. By grouping them together, the system ensures that only one
48
<
RadioGroup
xmlns:android="http://schemas.android.com/apk/res/android"
62
</
RadioGroup
>
65
<p class="note"><strong>Note:</strong> The {@link android.widget.
RadioGroup
} is a subclass of
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java
27
import android.widget.
RadioGroup
;
55
RadioGroup
mFillingGroup;
74
mFillingGroup = (
RadioGroup
) findViewById(R.id.filling_group);
139
new
RadioGroup
.OnCheckedChangeListener() {
140
public void onCheckedChanged(
RadioGroup
group,
/packages/apps/Settings/src/com/android/settings/notification/
RedactionInterstitial.java
31
import android.widget.
RadioGroup
;
81
implements
RadioGroup
.OnCheckedChangeListener {
83
private
RadioGroup
mRadioGroup;
102
mRadioGroup = (
RadioGroup
) view.findViewById(R.id.radio_group);
160
public void onCheckedChanged(
RadioGroup
group, int checkedId) {
/development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java
38
import android.widget.
RadioGroup
;
44
RadioGroup
.OnCheckedChangeListener, View.OnLayoutChangeListener {
98
((
RadioGroup
) findViewById(R.id.path_animation_type)).setOnCheckedChangeListener(this);
116
public void onCheckedChanged(
RadioGroup
group, int checkedId) {
123
int checkedId = ((
RadioGroup
)findViewById(R.id.path_animation_type)).getCheckedRadioButtonId();
124
if (checkedId !=
RadioGroup
.NO_ID) {
/packages/apps/Dialer/tests/res/layout/
fill_call_log_test.xml
67
<
RadioGroup
107
</
RadioGroup
>
167
<
RadioGroup
195
</
RadioGroup
>
218
<
RadioGroup
240
</
RadioGroup
>
/cts/apps/CtsVerifier/res/layout/
wifi_lockdown.xml
40
<
RadioGroup
60
</
RadioGroup
>
permission_lockdown.xml
77
<
RadioGroup
98
</
RadioGroup
>
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/res/layout/
fragment_basic_transition.xml
28
<
RadioGroup
70
</
RadioGroup
>
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/res/layout/
fragment_visibility_metadata_notification.xml
30
<
RadioGroup
61
</
RadioGroup
>
/developers/samples/android/notification/LNotifications/Application/src/main/res/layout/
fragment_visibility_metadata_notification.xml
30
<
RadioGroup
61
</
RadioGroup
>
/developers/samples/android/ui/transition/BasicTransition/Application/src/main/res/layout/
fragment_basic_transition.xml
28
<
RadioGroup
70
</
RadioGroup
>
/development/samples/ApiDemos/res/layout/
rotation_animation.xml
50
<
RadioGroup
72
</
RadioGroup
>
/development/samples/BackupRestore/res/layout/
backup_restore.xml
42
<
RadioGroup
android:id="@+id/filling_group"
55
</
RadioGroup
>
/development/samples/Support7Demos/res/layout/
appcompat_widgets_buttons.xml
38
<
RadioGroup
55
</
RadioGroup
>
/development/samples/browseable/BasicTransition/res/layout/
fragment_basic_transition.xml
28
<
RadioGroup
70
</
RadioGroup
>
/development/samples/browseable/LNotifications/res/layout/
fragment_visibility_metadata_notification.xml
30
<
RadioGroup
61
</
RadioGroup
>
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
controls.jd
72
<td>{@link android.widget.
RadioGroup
RadioGroup
}
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
controls.jd
72
<td>{@link android.widget.
RadioGroup
RadioGroup
}
/frameworks/base/tests/HugeBackup/res/layout/
backup_restore.xml
42
<
RadioGroup
android:id="@+id/filling_group"
55
</
RadioGroup
>
/packages/apps/Gallery2/res/layout/
choose_widget_type.xml
17
<
RadioGroup
xmlns:android="http://schemas.android.com/apk/res/android"
54
</
RadioGroup
>
/packages/apps/Settings/res/layout/
redaction_interstitial.xml
36
<
RadioGroup
66
</
RadioGroup
>
setup_redaction_interstitial.xml
45
<
RadioGroup
74
</
RadioGroup
>
/packages/inputmethods/OpenWnn/res/layout/
debug_tool_engine.xml
28
<
RadioGroup
android:id="@+id/radio_group"
39
</
RadioGroup
>
Completed in 1182 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>