OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkbox
(Results
51 - 75
of
656
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/res/res/layout/
preference_widget_checkbox.xml
17
<!-- Layout used by CheckBoxPreference for the
checkbox
style. This is inflated
19
<
CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
20
android:id="@+android:id/
checkbox
"
/packages/experimental/CameraPreviewTest/res/layout/
videochatcameratest_activity.xml
43
<
CheckBox
android:id="@+id/frontcameracheckbox"
49
<
CheckBox
android:id="@+id/backcameracheckbox"
61
<
CheckBox
android:id="@+id/qvgacheckbox"
67
<
CheckBox
android:id="@+id/vgacheckbox"
79
<
CheckBox
android:id="@+id/fps15checkbox"
85
<
CheckBox
android:id="@+id/fps30checkbox"
101
<
CheckBox
android:id="@+id/rotate0checkbox"
106
<
CheckBox
android:id="@+id/rotate90checkbox"
111
<
CheckBox
android:id="@+id/rotate180checkbox"
116
<
CheckBox
android:id="@+id/rotate270checkbox
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-gridLayout1.xml
28
<
CheckBox
31
android:text="
CheckBox
" >
32
</
CheckBox
>
sample1a-expected-extract7.diff
6
< <
CheckBox
android:id="@+id/checkBox1" android:text="
CheckBox
" android:layout_width="wrap_content" android:layout_height="wrap_content"></
CheckBox
>
52
> <
CheckBox
56
> android:text="
CheckBox
" >
57
> </
CheckBox
>
sample7-expected-extract7.diff
14
< <
CheckBox
android:id="@+id/checkBox1" android:text="
CheckBox
" android:layout_width="wrap_content" android:layout_height="wrap_content"></
CheckBox
>
56
> <
CheckBox
60
> android:text="
CheckBox
" >
61
> </
CheckBox
>
sample1a-expected-changeView1.xml
7
<
CheckBox
android:id="@+id/checkBox1" android:text="
CheckBox
" android:layout_width="wrap_content" android:layout_height="wrap_content"></
CheckBox
>
sample1a.xml
7
<
CheckBox
android:id="@+id/checkBox1" android:text="
CheckBox
" android:layout_width="wrap_content" android:layout_height="wrap_content"></
CheckBox
>
sample1b.xml
27
<
CheckBox
29
android:text="
CheckBox
"
31
android:layout_height="wrap_content"></
CheckBox
>
sample2-expected-changeLayout2.xml
44
<
CheckBox
50
android:text="
CheckBox
" >
51
</
CheckBox
>
sample2-expected-changeView2.xml
8
<
CheckBox
android:layout_width="wrap_content" android:layout_below="@+id/button4" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="
CheckBox
" android:layout_toLeftOf="@+id/button4"></
CheckBox
>
sample2-expected-extract3.xml
8
<
CheckBox
android:layout_width="wrap_content" android:layout_below="@+id/button4" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="
CheckBox
" android:layout_toLeftOf="@+id/button4"></
CheckBox
>
sample2-expected-gridLayout2.xml
43
<
CheckBox
50
android:text="
CheckBox
" >
51
</
CheckBox
>
/development/samples/ApiDemos/res/layout/
layout_animations.xml
33
<
CheckBox
45
<
CheckBox
52
<
CheckBox
65
<
CheckBox
72
<
CheckBox
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DoNotDisturbController.java
39
public DoNotDisturbController(Context context, CompoundButton
checkbox
) {
46
mCheckBox =
checkbox
;
47
checkbox
.setOnCheckedChangeListener(this);
49
checkbox
.setChecked(!mDoNotDisturb);
52
// The
checkbox
is ON for notifications coming in and OFF for Do not disturb, so we
/development/apps/Development/res/layout/
development_settings.xml
44
<
CheckBox
android:id="@+id/wait_for_debugger"
63
<
CheckBox
android:id="@+id/show_load"
70
<
CheckBox
android:id="@+id/show_updates"
83
<
CheckBox
android:id="@+id/compatibility_mode"
102
<
CheckBox
android:id="@+id/always_finish"
109
<
CheckBox
android:id="@+id/show_cpu"
116
<
CheckBox
android:id="@+id/enable_gl"
123
<
CheckBox
android:id="@+id/show_background"
130
<
CheckBox
android:id="@+id/show_sleep"
158
<
CheckBox
android:id="@+id/show_xmpp
[
all
...]
/external/chromium/chrome/browser/resources/options/
import_data_overlay.js
35
document.querySelectorAll('#import-checkboxes input[type=
checkbox
]');
81
document.querySelectorAll('#import-checkboxes input[type=
checkbox
]');
88
* Set enabled and checked states a
checkbox
element.
89
* @param {Object}
checkbox
A
checkbox
element.
93
setUpCheckboxState_: function(
checkbox
, enabled) {
94
checkbox
.disabled = !enabled;
95
checkbox
.checked = enabled;
109
var
checkbox
= $('import-' + importOptions[i]);
110
this.setUpCheckboxState_(
checkbox
,
[
all
...]
browser_options.html
67
<div class="
checkbox
">
70
metric="Options_Homepage_HomeButton" type="
checkbox
">
74
<div class="
checkbox
">
78
metric="ShowBookmarksBar" type="
checkbox
">
92
<div class="
checkbox
" id="instantOption">
95
<input type="
checkbox
" id="instantEnableCheckbox"
/packages/experimental/StrictModeTest/res/layout/
main.xml
16
<
CheckBox
22
<
CheckBox
28
<
CheckBox
34
<
CheckBox
40
<
CheckBox
46
<
CheckBox
52
<
CheckBox
58
<
CheckBox
64
<
CheckBox
70
<
CheckBox
[
all
...]
/frameworks/base/docs/html/sdk/
download.jd
9
!document.getElementById('
checkbox
').checked;
15
if (document.getElementById('
checkbox
').checked) {
22
document.getElementById('
checkbox
').disabled=true;
44
<input type="
checkbox
" id="
checkbox
" onclick="verify()" />
45
<label for="
checkbox
">I agree to the terms of the Android SDK License Agreement.</label>
/packages/apps/Email/res/layout/
account_setup_options.xml
62
<
CheckBox
67
<
CheckBox
72
<
CheckBox
78
<
CheckBox
84
<
CheckBox
90
<
CheckBox
/external/chromium/chrome/browser/ui/views/
uninstall_view.h
15
class
Checkbox
;
52
views::
Checkbox
* delete_profile_;
53
views::
Checkbox
* change_default_browser_;
/external/webkit/Source/WebCore/inspector/front-end/
Checkbox.js
26
WebInspector.
Checkbox
= function(label, className, tooltip)
30
this._inputElement.type = "
checkbox
";
39
WebInspector.
Checkbox
.prototype = {
/external/webkit/Source/WebKit/android/
RenderSkinRadio.h
42
/* RenderSkin for a radio button or a
checkbox
49
// Perform lazy decoding the first time this a radio/
checkbox
is needed.
54
* param isCheckBox If true, draws a
checkbox
. Else, draw a radio button.
/frameworks/base/tests/BatteryWaster/res/layout/
battery_waster.xml
23
<
CheckBox
android:id="@+id/
checkbox
"
34
<
CheckBox
android:id="@+id/checkbox_wake"
/packages/apps/Settings/res/layout/
preference_settings_checkbox_widget.xml
41
<!--
CheckBox
-->
42
<
CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
43
android:id="@+android:id/
checkbox
"
Completed in 2016 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>