OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkbox
(Results
126 - 150
of
656
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java
54
import android.widget.
CheckBox
;
361
final
CheckBox
checkNoWrite = (
CheckBox
) findViewById(R.id.policy_no_write);
362
final
CheckBox
checkNoRead = (
CheckBox
) findViewById(R.id.policy_no_reads);
363
final
CheckBox
checkNoNetwork = (
CheckBox
) findViewById(R.id.policy_no_network);
364
final
CheckBox
checkCustom = (
CheckBox
) findViewById(R.id.policy_custom);
365
final
CheckBox
checkPenaltyLog = (CheckBox) findViewById(R.id.policy_penalty_log)
[
all
...]
/external/chromium/chrome/browser/resources/options/
autofill_options.html
4
<div class="
checkbox
">
6
<input pref="autofill.auxiliary_profiles_enabled" type="
checkbox
">
/external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.h
61
// if the user toggles the metrics reporting
checkbox
.
69
// Callback for the "Check for server certificate revocation"
checkbox
. This
71
//
checkbox
.
74
// Callback for the "Use SSL 3.0"
checkbox
. This is called if the user toggles
75
// the "Use SSL 3.0"
checkbox
.
78
// Callback for the "Use TLS 1.0"
checkbox
. This is called if the user toggles
79
// the "Use TLS 1.0"
checkbox
.
131
// Setup the checked state for the metrics reporting
checkbox
.
/frameworks/base/core/res/res/layout/
list_menu_item_checkbox.xml
17
<
CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
18
android:id="@+id/
checkbox
"
/packages/apps/Settings/res/layout/
preference_inputmethod_widget.xml
17
<
CheckBox
19
android:id="@+android:id/
checkbox
"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample9.xml
33
<
CheckBox
37
android:text="
CheckBox
" />
sample1a-expected-changeLayout1a.xml
37
<
CheckBox
44
android:text="
CheckBox
" >
45
</
CheckBox
>
sample1b-expected-changeLayout1b.xml
37
<
CheckBox
44
android:text="
CheckBox
" >
45
</
CheckBox
>
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java
28
import android.widget.
CheckBox
;
93
CheckBox
checkbox
= (
CheckBox
) convertView.findViewById(R.id.tasklist_finished);
local
94
checkbox
.setChecked(mCheckboxes[position]);
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentMenu.java
31
import android.widget.
CheckBox
;
39
CheckBox
mCheckBox1;
40
CheckBox
mCheckBox2;
70
mCheckBox1 = (
CheckBox
)findViewById(R.id.menu1);
72
mCheckBox2 = (
CheckBox
)findViewById(R.id.menu2);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuSupport.java
33
import android.widget.
CheckBox
;
41
CheckBox
mCheckBox1;
42
CheckBox
mCheckBox2;
72
mCheckBox1 = (
CheckBox
)findViewById(R.id.menu1);
74
mCheckBox2 = (
CheckBox
)findViewById(R.id.menu2);
/external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h
19
class
Checkbox
;
67
views::
Checkbox
* AddCheckbox(const std::wstring& text, bool checked);
75
views::
Checkbox
* desktop_check_box_;
76
views::
Checkbox
* menu_check_box_;
77
views::
Checkbox
* quick_launch_check_box_;
/frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java
79
* Displays the
checkbox
for the item view. This does not ensure the item view will be
81
* @param checkable Whether to display the
checkbox
or to hide it
86
* Checks the
checkbox
for the item view. If the
checkbox
is hidden, it will NOT be
88
* @param checked Whether the
checkbox
should be checked
/packages/apps/Settings/src/com/android/settings/accounts/
SyncStateCheckBoxPreference.java
71
View
checkBox
= view.findViewById(android.R.id.
checkbox
);
73
checkBox
.setVisibility(View.GONE);
83
checkBox
.setVisibility(View.VISIBLE);
132
//
checkbox
state
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadItem.java
22
import android.widget.
CheckBox
;
28
* treat them at clicks on the
checkbox
. This makes rapid selection of many items easier. This class
36
private
CheckBox
mCheckBox;
67
mCheckBox = (
CheckBox
) findViewById(R.id.download_checkbox);
135
public
CheckBox
getCheckBox() {
/external/chromium/chrome/browser/resources/
safe_browsing_malware_block.html
113
label.
checkbox
{
117
label.
checkbox
> input {
122
label.
checkbox
> span {
135
var
checkBox
= document.getElementById('checkreport');
136
if (
checkBox
.checked) {
166
<label class="
checkbox
" for="checkreport">
167
<input name="checked" id="checkreport" type="
checkbox
"
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java
30
import android.widget.
CheckBox
;
65
CheckBox
sig = (
CheckBox
) findViewById(R.id.sig);
66
CheckBox
ftr = (
CheckBox
) findViewById(R.id.ftr);
100
//
CheckBox
delall = (
CheckBox
) findViewById(R.id.delall);
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java
25
import android.widget.
CheckBox
;
56
CheckBox
mAddMayoCheckbox;
57
CheckBox
mAddTomatoCheckbox;
75
mAddMayoCheckbox = (
CheckBox
) findViewById(R.id.mayo);
76
mAddTomatoCheckbox = (
CheckBox
) findViewById(R.id.tomato);
142
// As with the
checkbox
listeners, rewrite the
154
Log.v(TAG, "
Checkbox
toggled: " + buttonView);
/packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupOptionsTests.java
24
import android.widget.
CheckBox
;
45
private
CheckBox
mBackgroundAttachmentsView;
94
* Test that POP3 accounts don't have a "background attachments"
checkbox
102
* Test that IMAP accounts have a "background attachments"
checkbox
110
* Test that EAS accounts have a "background attachments"
checkbox
118
* Common code to check that the "background attachments"
checkbox
is shown/hidden properly
143
mBackgroundAttachmentsView = (
CheckBox
) mActivity.findViewById(
/packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java
39
import android.widget.
CheckBox
;
119
CheckBox
checkbox
;
field in class:DeviceAdminSettings.ViewHolder
171
h.
checkbox
= (
CheckBox
)v.findViewById(R.id.
checkbox
);
183
vh.
checkbox
.setChecked(mActiveAdmins.contains(item.getComponent()));
OwnerInfoSettings.java
26
import android.widget.
CheckBox
;
33
private
CheckBox
mCheckbox;
49
mCheckbox = (
CheckBox
) mView.findViewById(R.id.show_owner_info_on_lockscreen_checkbox);
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
options.js
14
* Sets the value of multiple calendar
checkbox
based on value from
34
* Saves the value of the
checkbox
into local storage.
49
* script. Add Listener to enable the save
checkbox
button on server response.
/frameworks/base/services/java/com/android/server/am/
CompatModeDialog.java
27
import android.widget.
CheckBox
;
36
final
CheckBox
mAlwaysShow;
64
mAlwaysShow = (
CheckBox
)findViewById(com.android.internal.R.id.ask_checkbox);
/packages/apps/CellBroadcastReceiver/res/values/
strings.xml
81
<!-- Preference title for enable emergency alerts
checkbox
. [CHAR LIMIT=30] -->
83
<!-- Preference summary for enable notifications
checkbox
. [CHAR LIMIT=50] -->
89
<!-- Preference title for enable text-to-speech
checkbox
. [CHAR LIMIT=30] -->
91
<!-- Preference summary for enable text-to-speech
checkbox
. [CHAR LIMIT=100] -->
96
<!-- Preference title for enable ETWS test alerts
checkbox
. [CHAR LIMIT=30] -->
98
<!-- Preference summary for enable ETWS test alerts
checkbox
. [CHAR LIMIT=100] -->
103
<!-- Preference title for enable CMAS imminent threat alerts
checkbox
. [CHAR LIMIT=30] -->
105
<!-- Preference summary for enable CMAS imminent threat alerts
checkbox
. [CHAR LIMIT=100] -->
107
<!-- Preference title for enable CMAS amber alerts
checkbox
. [CHAR LIMIT=50] -->
109
<!-- Preference summary for enable CMAS amber alerts
checkbox
. [CHAR LIMIT=100] --
[
all
...]
/development/samples/ApiDemos/res/layout/
list_item_checkbox.xml
17
<
CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
Completed in 264 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>