Searched refs:CheckBox (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCheckBox.java39 * final CheckBox checkBox = (CheckBox) findViewById(R.id.checkbox_id);
58 public class CheckBox extends CompoundButton { class in inherits:CompoundButton
59 public CheckBox(Context context) { method in class:CheckBox
63 public CheckBox(Context context, AttributeSet attrs) { method in class:CheckBox
67 public CheckBox(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CheckBox
71 public CheckBox(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:CheckBox
78 event.setClassName(CheckBox.class.getName());
84 info.setClassName(CheckBox.class.getName());
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgentSettings.java24 import android.widget.CheckBox;
33 private CheckBox mReportUnlockAttempts;
34 private CheckBox mReportDeviceLocked;
35 private CheckBox mManagingTrust;
54 mReportUnlockAttempts = (CheckBox) findViewById(R.id.report_unlock_attempts);
57 mReportDeviceLocked = (CheckBox) findViewById(R.id.report_device_locked);
60 mManagingTrust = (CheckBox) findViewById(R.id.managing_trust);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintCheckBox.java21 import android.widget.CheckBox;
24 * An tint aware {@link android.widget.CheckBox}.
28 public class TintCheckBox extends CheckBox {
H A DTintRadioButton.java21 import android.widget.CheckBox;
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedStateVectorDrawableTest.java22 import android.widget.CheckBox;
52 CheckBox button = new CheckBox(this);
H A DVectorCheckbox.java22 import android.widget.CheckBox;
60 CheckBox checkBox = new CheckBox(this);
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java29 import android.widget.CheckBox;
75 if (((CheckBox)findViewById(R.id.checkbox)).isChecked()) {
78 if (((CheckBox)findViewById(R.id.checkbox_wake)).isChecked()) {
95 CheckBox checkbox = (CheckBox)v;
106 CheckBox checkbox = (CheckBox)v;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java30 import android.widget.CheckBox;
49 CheckBox layersNoneCB;
50 CheckBox layersHardwareCB;
51 CheckBox layersSoftwareCB;
72 layersNoneCB = (CheckBox) findViewById(R.id.layersNoneCB);
73 layersHardwareCB = (CheckBox) findViewById(R.id.layersHwCB);
74 layersSoftwareCB = (CheckBox) findViewById(R.id.layersSwCB);
76 layersNoneCB.setOnCheckedChangeListener(new CheckBox.OnCheckedChangeListener() {
87 layersSoftwareCB.setOnCheckedChangeListener(new CheckBox.OnCheckedChangeListener() {
98 layersHardwareCB.setOnCheckedChangeListener(new CheckBox
[all...]
H A DDatePicker.java30 import android.widget.CheckBox;
55 private final CheckBox mYearToggle;
161 mYearToggle = (CheckBox) findViewById(R.id.yearToggle);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java30 import android.widget.CheckBox;
42 private CheckBox mConfirmRepeat;
61 mConfirmRepeat = (CheckBox) ap.mView.findViewById(android.R.id.checkbox);
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java25 import android.widget.CheckBox;
56 CheckBox mAddMayoCheckbox;
57 CheckBox mAddTomatoCheckbox;
75 mAddMayoCheckbox = (CheckBox) findViewById(R.id.mayo);
76 mAddTomatoCheckbox = (CheckBox) findViewById(R.id.tomato);
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java33 import android.widget.CheckBox;
66 mRequiresChargingCheckBox = (CheckBox) findViewById(R.id.checkbox_charging);
67 mRequiresIdleCheckbox = (CheckBox) findViewById(R.id.checkbox_idle);
68 mIsPersistedCheckbox = (CheckBox) findViewById(R.id.checkbox_persisted);
88 CheckBox mRequiresChargingCheckBox;
89 CheckBox mRequiresIdleCheckbox;
90 CheckBox mIsPersistedCheckbox;
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModeDialog.java27 import android.widget.CheckBox;
36 final CheckBox mAlwaysShow;
64 mAlwaysShow = (CheckBox)findViewById(com.android.internal.R.id.ask_checkbox);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java30 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/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java37 import android.widget.CheckBox;
47 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener,
108 ((CheckBox) mDialog.findViewById(R.id.remember)).setOnCheckedChangeListener(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java35 import android.widget.CheckBox;
45 private CheckBox mAlwaysAllow;
77 mAlwaysAllow = (CheckBox)checkbox.findViewById(com.android.internal.R.id.alwaysUse);
H A DUsbResolverActivity.java33 import android.widget.CheckBox;
64 CheckBox alwaysUse = (CheckBox)findViewById(com.android.internal.R.id.alwaysUse);
H A DUsbConfirmActivity.java37 import android.widget.CheckBox;
46 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
50 private CheckBox mAlwaysUse;
89 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
H A DUsbPermissionActivity.java38 import android.widget.CheckBox;
47 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
51 private CheckBox mAlwaysUse;
102 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java27 import android.widget.CheckBox;
44 private CheckBox mCheckBox;
258 (CheckBox) inflater.inflate(com.android.internal.R.layout.list_menu_item_checkbox,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java37 import android.widget.CheckBox;
58 private CheckBox mHasVideo;
77 mHasVideo = (CheckBox) findViewById(R.id.has_video);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuItemView.java27 import android.widget.CheckBox;
47 private CheckBox mCheckBox;
262 (CheckBox) inflater.inflate(R.layout.abc_list_menu_item_checkbox,
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java38 import android.widget.CheckBox;
59 CheckBox mLocalCheckBox;
200 mLocalCheckBox = (CheckBox)findViewById(R.id.local);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java42 import android.widget.CheckBox;
211 CheckBox box = (CheckBox) findViewById(R.id.useSecondAudioManager);
216 box = (CheckBox) findViewById(R.id.useVirtualCallCheckBox);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java62 import android.widget.CheckBox;
1162 CheckBox rememberChoice = (CheckBox) layout.findViewById(

Completed in 726 milliseconds