/aosp14/frameworks/base/core/java/android/widget/ |
H A D | CompoundButton.java | 63 public abstract class CompoundButton extends Button implements Checkable { class 64 private static final String LOG_TAG = CompoundButton.class.getSimpleName(); 91 public CompoundButton(Context context) { in CompoundButton() method in CompoundButton 95 public CompoundButton(Context context, AttributeSet attrs) { in CompoundButton() method in CompoundButton 99 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr) { in CompoundButton() method in CompoundButton 103 public CompoundButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in CompoundButton() method in CompoundButton 107 attrs, com.android.internal.R.styleable.CompoundButton, defStyleAttr, defStyleRes); in CompoundButton() 108 saveAttributeDataForStyleable(context, com.android.internal.R.styleable.CompoundButton, in CompoundButton() 270 void onCheckedChanged(CompoundButton buttonView, boolean isChecked); in onCheckedChanged() 478 return CompoundButton.class.getName(); in getAccessibilityClassName()
|
H A D | RadioGroup.java | 71 private CompoundButton.OnCheckedChangeListener mChildOnCheckedChangeListener; 372 private class CheckedStateTracker implements CompoundButton.OnCheckedChangeListener { 374 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
H A D | CheckBox.java | 57 public class CheckBox extends CompoundButton {
|
H A D | RadioButton.java | 54 public class RadioButton extends CompoundButton {
|
/aosp14/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
H A D | HugeBackupActivity.java | 26 import android.widget.CompoundButton; 149 CompoundButton.OnCheckedChangeListener checkListener in populateUI() 150 = new CompoundButton.OnCheckedChangeListener() { in populateUI() 151 public void onCheckedChanged(CompoundButton buttonView, in populateUI()
|
/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
H A D | VectorDrawable01.java | 25 import android.widget.CompoundButton; 26 import android.widget.CompoundButton.OnCheckedChangeListener; 68 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
H A D | PreviewPageFrame.java | 23 import android.widget.CompoundButton; 37 return CompoundButton.class.getName(); in getAccessibilityClassName()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | SwitchPreference.java | 27 import android.widget.CompoundButton; 56 private class Listener implements CompoundButton.OnCheckedChangeListener { 58 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | TransformsAndAnimationsActivity.java | 31 import android.widget.CompoundButton; 78 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate() 89 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate() 100 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate()
|
H A D | DatePicker.java | 31 import android.widget.CompoundButton; 162 mYearToggle.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in DatePicker() 164 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in DatePicker()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | ListMenuItemView.java | 32 import android.widget.CompoundButton; 180 final CompoundButton compoundButton; in setCheckable() 181 final CompoundButton otherCompoundButton; in setCheckable() 216 CompoundButton compoundButton; in setChecked()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | UsbDialogActivity.java | 27 import android.widget.CompoundButton; 80 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ControllerActivity.java | 29 import android.widget.CompoundButton; 122 private static class ToggleListener implements CompoundButton.OnCheckedChangeListener { 131 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationBuilderTest.java | 42 import android.widget.CompoundButton; 441 final CompoundButton b = (CompoundButton)findViewById(id); in setChecked() 486 final CompoundButton b = (CompoundButton)findViewById(id); in getChecked()
|
/aosp14/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
H A D | VirtualizerTest.java | 34 import android.widget.CompoundButton; 35 import android.widget.CompoundButton.OnCheckedChangeListener; 132 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
H A D | VisualizerTest.java | 30 import android.widget.CompoundButton; 31 import android.widget.CompoundButton.OnCheckedChangeListener; 144 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
H A D | PresetReverbTest.java | 34 import android.widget.CompoundButton; 35 import android.widget.CompoundButton.OnCheckedChangeListener; 140 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
H A D | BassBoostTest.java | 28 import android.widget.CompoundButton; 29 import android.widget.CompoundButton.OnCheckedChangeListener; 141 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
H A D | SimplePlayer.java | 33 import android.widget.CompoundButton; 34 import android.widget.CompoundButton.OnCheckedChangeListener;
|
H A D | EqualizerTest.java | 34 import android.widget.CompoundButton; 35 import android.widget.CompoundButton.OnCheckedChangeListener; 195 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
H A D | EnvReverbTest.java | 33 import android.widget.CompoundButton; 34 import android.widget.CompoundButton.OnCheckedChangeListener; 185 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
/aosp14/frameworks/base/packages/SettingsLib/MainSwitchPreference/src/com/android/settingslib/widget/ |
H A D | MainSwitchBar.java | 27 import android.widget.CompoundButton; 44 public class MainSwitchBar extends LinearLayout implements CompoundButton.OnCheckedChangeListener { 120 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged()
|
/aosp14/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
H A D | ScoAudioTest.java | 43 import android.widget.CompoundButton; 44 import android.widget.CompoundButton.OnCheckedChangeListener; 205 public void onCheckedChanged(CompoundButton buttonView, 241 public void onCheckedChanged(CompoundButton buttonView, 259 public void onCheckedChanged(CompoundButton buttonView,
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
H A D | ZenDurationDialog.java | 29 import android.widget.CompoundButton; 193 tag.rb.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in bindTag() 195 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in bindTag()
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
H A D | QuaresActivity.kt | 34 import android.widget.CompoundButton 246 class PixelButton(context: Context) : CompoundButton(context) {
|