/aosp14/frameworks/base/core/java/android/widget/ |
H A D | CheckBox.java | 57 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 D | BatteryWaster.java | 29 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 D | TransformsAndAnimationsActivity.java | 30 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 D | AnimatedStateVectorDrawableTest.java | 22 import android.widget.CheckBox; 52 CheckBox button = new CheckBox(this); in onCreate()
|
H A D | VectorCheckbox.java | 22 import android.widget.CheckBox; 60 CheckBox checkBox = new CheckBox(this); in onCreate()
|
H A D | VectorDrawable01.java | 24 import android.widget.CheckBox; 63 CheckBox toggle = new CheckBox(this); in onCreate()
|
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/dialog/ |
H A D | TargetAdapter.java | 20 import android.widget.CheckBox; 29 CheckBox mCheckBoxView;
|
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/ |
H A D | BenchmarkGroup.java | 22 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 D | BugreportWarningActivity.java | 33 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 D | RestartDialogLayout.java | 24 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 D | BenchmarkListAdapter.java | 24 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 D | MainActivity.java | 33 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 D | UsbDialogActivity.java | 26 import android.widget.CheckBox; 35 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener { 40 private CheckBox mAlwaysUse;
|
H A D | UsbDebuggingActivity.java | 37 import android.widget.CheckBox; 50 private CheckBox mAlwaysAllow; 99 mAlwaysAllow = (CheckBox)checkbox.findViewById(com.android.internal.R.id.alwaysUse); in onCreate()
|
H A D | UsbResolverActivity.java | 37 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 D | VoiceInteractionMain.java | 25 import android.widget.CheckBox; 61 if (((CheckBox)v).isChecked()) {
|
H A D | MainInteractionSession.java | 32 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 D | HugeBackupActivity.java | 25 import android.widget.CheckBox; 56 CheckBox mAddMayoCheckbox; 57 CheckBox mAddTomatoCheckbox;
|
/aosp14/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/ |
H A D | HandwritingIme.java | 39 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 D | UnsupportedDisplaySizeDialog.java | 26 import android.widget.CheckBox; 59 final CheckBox alwaysShow = mDialog.findViewById(R.id.ask_checkbox); in UnsupportedDisplaySizeDialog()
|
H A D | UnsupportedCompileSdkDialog.java | 27 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 D | ClientTest.java | 30 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 D | ChallengeDialogs.kt | 32 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 D | WifiDebuggingActivity.java | 41 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 D | RestartDialogLayoutTest.java | 29 import android.widget.CheckBox; 61 private CheckBox mDontRepeatCheckBox;
|