Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/widget/
H A DCheckBox.java57 public class CheckBox extends CompoundButton { class
58 public CheckBox(Context context) { in CheckBox() method in CheckBox
62 public CheckBox(Context context, AttributeSet attrs) { in CheckBox() method in CheckBox
66 public CheckBox(Context context, AttributeSet attrs, int defStyleAttr) { in CheckBox() method in CheckBox
70 public CheckBox(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in CheckBox() method in CheckBox
76 return CheckBox.class.getName(); in getAccessibilityClassName()
/aosp14/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java29 import android.widget.CheckBox;
75 if (((CheckBox)findViewById(R.id.checkbox)).isChecked()) { in onResume()
78 if (((CheckBox)findViewById(R.id.checkbox_wake)).isChecked()) { in onResume()
95 CheckBox checkbox = (CheckBox)v;
106 CheckBox checkbox = (CheckBox)v;
/aosp14/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;
76 layersNoneCB.setOnCheckedChangeListener(new CheckBox.OnCheckedChangeListener() { in onCreate()
87 layersSoftwareCB.setOnCheckedChangeListener(new CheckBox.OnCheckedChangeListener() { in onCreate()
98 layersHardwareCB.setOnCheckedChangeListener(new CheckBox.OnCheckedChangeListener() { in onCreate()
/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedStateVectorDrawableTest.java22 import android.widget.CheckBox;
52 CheckBox button = new CheckBox(this); in onCreate()
H A DVectorCheckbox.java22 import android.widget.CheckBox;
60 CheckBox checkBox = new CheckBox(this); in onCreate()
H A DVectorDrawable01.java24 import android.widget.CheckBox;
63 CheckBox toggle = new CheckBox(this); in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/dialog/
H A DTargetAdapter.java20 import android.widget.CheckBox;
29 CheckBox mCheckBoxView;
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
H A DBenchmarkGroup.java22 import android.widget.CheckBox;
35 public static class Benchmark implements CheckBox.OnClickListener {
71 setEnabled(((CheckBox)view).isChecked()); in onClick()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java33 import android.widget.CheckBox;
45 private CheckBox mConfirmRepeat;
70 mConfirmRepeat = (CheckBox) ap.mView.findViewById(android.R.id.checkbox); in onCreate()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DRestartDialogLayout.java24 import android.widget.CheckBox;
89 final CheckBox dontShowAgainCheckbox = findViewById(R.id.letterbox_restart_dialog_checkbox); in setRestartOnClickListener()
100 final CheckBox checkbox = findViewById(R.id.letterbox_restart_dialog_checkbox); in onFinishInflate()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DBenchmarkListAdapter.java24 import android.widget.CheckBox;
110 CheckBox enabledBox = (CheckBox) convertView.findViewById(R.id.benchmark_enable_checkbox); in getChildView()
/aosp14/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java33 import android.widget.CheckBox;
90 CheckBox mRequiresChargingCheckBox;
91 CheckBox mRequiresIdleCheckbox;
92 CheckBox mIsPersistedCheckbox;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDialogActivity.java26 import android.widget.CheckBox;
35 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
40 private CheckBox mAlwaysUse;
H A DUsbDebuggingActivity.java37 import android.widget.CheckBox;
50 private CheckBox mAlwaysAllow;
99 mAlwaysAllow = (CheckBox)checkbox.findViewById(com.android.internal.R.id.alwaysUse); in onCreate()
H A DUsbResolverActivity.java37 import android.widget.CheckBox;
139 CheckBox alwaysUse = (CheckBox)findViewById(com.android.internal.R.id.alwaysUse); in onCreate()
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DVoiceInteractionMain.java25 import android.widget.CheckBox;
61 if (((CheckBox)v).isChecked()) {
H A DMainInteractionSession.java32 import android.widget.CheckBox;
51 CheckBox mOptionsCheck;
53 CheckBox mDisallowAssist;
54 CheckBox mDisallowScreenshot;
140 mOptionsCheck = (CheckBox)mContentView.findViewById(R.id.show_options); in onCreateContentView()
143 mDisallowAssist = (CheckBox)mContentView.findViewById(R.id.disallow_structure); in onCreateContentView()
145 mDisallowScreenshot = (CheckBox)mContentView.findViewById(R.id.disallow_screenshot); in onCreateContentView()
/aosp14/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java25 import android.widget.CheckBox;
56 CheckBox mAddMayoCheckbox;
57 CheckBox mAddTomatoCheckbox;
/aosp14/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
H A DHandwritingIme.java39 import android.widget.CheckBox;
299 final CheckBox editorBoundsInfoCheckBox = new CheckBox(this); in getBoundsInfoCheckBoxes()
310 final CheckBox visibleLineBoundsInfoCheckBox = new CheckBox(this); in getBoundsInfoCheckBoxes()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DUnsupportedDisplaySizeDialog.java26 import android.widget.CheckBox;
59 final CheckBox alwaysShow = mDialog.findViewById(R.id.ask_checkbox); in UnsupportedDisplaySizeDialog()
H A DUnsupportedCompileSdkDialog.java27 import android.widget.CheckBox;
68 final CheckBox alwaysShow = mDialog.findViewById(R.id.ask_checkbox); in UnsupportedCompileSdkDialog()
/aosp14/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java30 import android.widget.CheckBox;
65 CheckBox sig = findViewById(R.id.sig); in onCreate()
66 CheckBox ftr = findViewById(R.id.ftr); in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DChallengeDialogs.kt32 import android.widget.CheckBox
114 val useAlphaCheckBox = requireViewById<CheckBox>(R.id.controls_pin_use_alpha)
117 requireViewById<CheckBox>(R.id.controls_pin_use_alpha).setOnClickListener { _ ->
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/
H A DWifiDebuggingActivity.java41 import android.widget.CheckBox;
57 private CheckBox mAlwaysAllow;
97 mAlwaysAllow = (CheckBox) checkbox.findViewById(com.android.internal.R.id.alwaysUse); in onCreate()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
H A DRestartDialogLayoutTest.java29 import android.widget.CheckBox;
61 private CheckBox mDontRepeatCheckBox;

12