OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkbox
(Results
376 - 400
of
1370
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/sdk/current/support/v17/preference-leanback/res/layout/
leanback_list_preference_item_multi.xml
30
<
CheckBox
/developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java
25
import android.widget.
CheckBox
;
49
private
CheckBox
mCheckbox;
55
mCheckbox = (
CheckBox
) findViewById(R.id.multiple_task_checkbox);
/developers/build/prebuilts/gradle/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
DropTargetFragment.java
35
import android.widget.
CheckBox
;
63
private
CheckBox
mReleasePermissionCheckBox;
86
mReleasePermissionCheckBox = (
CheckBox
) rootView.findViewById(R.id.release_checkbox);
/developers/build/prebuilts/gradle/JobScheduler/kotlinApp/app/src/main/java/com/example/android/jobscheduler/
MainActivity.kt
30
import android.widget.
CheckBox
47
lateinit private var requiresChargingCheckBox:
CheckBox
48
lateinit private var requiresIdleCheckbox:
CheckBox
/developers/samples/android/background/JobScheduler/kotlinApp/app/src/main/java/com/example/android/jobscheduler/
MainActivity.kt
30
import android.widget.
CheckBox
47
lateinit private var requiresChargingCheckBox:
CheckBox
48
lateinit private var requiresIdleCheckbox:
CheckBox
/developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java
25
import android.widget.
CheckBox
;
49
private
CheckBox
mCheckbox;
55
mCheckbox = (
CheckBox
) findViewById(R.id.multiple_task_checkbox);
/developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
DropTargetFragment.java
35
import android.widget.
CheckBox
;
63
private
CheckBox
mReleasePermissionCheckBox;
86
mReleasePermissionCheckBox = (
CheckBox
) rootView.findViewById(R.id.release_checkbox);
/development/samples/ApiDemos/res/layout/
controls_1.xml
82
<
CheckBox
90
<
CheckBox
114
<
CheckBox
/development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/
DocumentCentricActivity.java
25
import android.widget.
CheckBox
;
49
private
CheckBox
mCheckbox;
55
mCheckbox = (
CheckBox
) findViewById(R.id.multiple_task_checkbox);
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
DropTargetFragment.java
35
import android.widget.
CheckBox
;
63
private
CheckBox
mReleasePermissionCheckBox;
86
mReleasePermissionCheckBox = (
CheckBox
) rootView.findViewById(R.id.release_checkbox);
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
ListViewDeletion.java
31
import android.widget.
CheckBox
;
51
final
CheckBox
usePositionsCB = (
CheckBox
) findViewById(R.id.usePositionsCB);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfigDxe.vfr
47
checkbox
varid = ISCSI_CONFIG_IFR_NVDATA.Enabled,
53
checkbox
varid = ISCSI_CONFIG_IFR_NVDATA.InitiatorInfoFromDhcp,
92
checkbox
varid = ISCSI_CONFIG_IFR_NVDATA.TargetInfoFromDhcp,
/external/autotest/frontend/client/src/autotest/common/ui/
CustomTabPanel.java
16
import com.google.gwt.user.client.ui.
CheckBox
;
39
protected
CheckBox
autorefreshCheckbox = new
CheckBox
("Auto Refresh");
/external/proguard/src/proguard/gui/
FilterBuilder.java
82
JCheckBox
checkBox
= checkBoxes[index];
83
String name =
checkBox
.getText();
87
if (
checkBox
.isSelected())
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
MediaProjectionPermissionActivity.java
43
import android.widget.
CheckBox
;
49
implements DialogInterface.OnClickListener,
CheckBox
.OnCheckedChangeListener,
151
((
CheckBox
) mDialog.findViewById(R.id.remember)).setOnCheckedChangeListener(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbResolverActivity.java
33
import android.widget.
CheckBox
;
125
CheckBox
alwaysUse = (
CheckBox
)findViewById(com.android.internal.R.id.alwaysUse);
/frameworks/base/tests/HwAccelerationTest/res/layout/
transforms_and_animations.xml
26
<
CheckBox
android:layout_width="wrap_content"
32
<
CheckBox
android:layout_width="wrap_content"
37
<
CheckBox
android:layout_width="wrap_content"
/frameworks/base/tests/JobSchedulerTestApp/res/layout/
activity_main.xml
132
<
CheckBox
146
<
CheckBox
160
<
CheckBox
/frameworks/base/tests/VoiceInteraction/res/layout/
voice_interaction_session.xml
54
<
CheckBox
android:id="@+id/show_options"
75
<
CheckBox
android:id="@+id/disallow_structure"
79
<
CheckBox
android:id="@+id/disallow_screenshot"
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
SortedListActivity.java
24
import android.widget.
CheckBox
;
146
final
CheckBox
mCheckBox;
150
mCheckBox = (
CheckBox
) itemView;
/packages/apps/Dialer/java/com/android/incallui/telecomeventui/
InternationalCallOnWifiDialogFragment.java
31
import android.widget.
CheckBox
;
135
CheckBox
alwaysWarn = dialogView.findViewById(R.id.always_warn);
139
// the
checkbox
is unchecked.
/packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupOutgoingTests.java
25
import android.widget.
CheckBox
;
92
final
CheckBox
requireLoginView = (
CheckBox
)
/packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java
31
import android.widget.
CheckBox
;
43
private
CheckBox
mAlwaysUse;
131
mAlwaysUse = (
CheckBox
) ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
EnterPasswordState.java
33
import android.widget.
CheckBox
;
83
private
CheckBox
mCheckBox;
207
CheckBox
mCheckbox;
/frameworks/base/packages/SettingsLib/res/values/
strings.xml
195
<!-- Bluetooth settings. Connection options screen. The summary for the Hearing Aid
checkbox
preference when Hearing Aid is connected. -->
198
<!-- Bluetooth settings. Connection options screen. The summary for the A2DP
checkbox
preference when A2DP is connected. -->
200
<!-- Bluetooth settings. Connection options screen. The summary for the headset
checkbox
preference when headset is connected. -->
202
<!-- Bluetooth settings. Connection options screen. The summary for the OPP
checkbox
preference when OPP is connected. -->
204
<!-- Bluetooth settings. Connection options screen. The summary for the map
checkbox
preference when map is connected. -->
206
<!-- Bluetooth settings. Connection options screen. The summary for the sap
checkbox
preference when SAP is connected. -->
208
<!-- Bluetooth settings. Connection options screen. The summary for the OPP
checkbox
preference when OPP is not connected. -->
210
<!-- Bluetooth settings. Connection options screen. The summary for the HID
checkbox
preference when HID is connected. -->
212
<!-- Bluetooth settings. Connection options screen. The summary for the
checkbox
preference when PAN is connected (user role). [CHAR LIMIT=25]-->
214
<!-- Bluetooth settings. Connection options screen. The summary for the
checkbox
preference when PAN is connected (NAP role). [CHAR LIMIT=25]--
[
all
...]
Completed in 1627 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>