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

123

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DRadioGroupBindingAdapter.java36 @BindingAdapter(value = {"android:onCheckedChanged", "android:checkedButtonAttrChanged"},
45 public void onCheckedChanged(RadioGroup group, int checkedId) {
47 listener.onCheckedChanged(group, checkedId);
H A DCompoundButtonBindingAdapter.java29 @BindingMethod(type = CompoundButton.class, attribute = "android:onCheckedChanged", method = "setOnCheckedChangeListener"),
43 @BindingAdapter(value = {"android:onCheckedChanged", "android:checkedAttrChanged"},
52 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
54 listener.onCheckedChanged(buttonView, isChecked);
/frameworks/support/frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
H A DConfigLayout.java70 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
84 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
98 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
112 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
/frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
H A DConfigLayout.java70 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
84 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
98 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
112 public void onCheckedChanged(CompoundButton compoundButton, boolean b) {
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java45 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:ConfigViewHolder
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java45 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:ConfigViewHolder
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModeDialog.java54 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
67 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/graphics/
H A DDrawableCompatActivity.java56 public void onCheckedChanged(RadioGroup radioGroup, int id) {
H A DRoundedBitmapDrawableActivity.java57 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/graphics/
H A DDrawableCompatActivity.java56 public void onCheckedChanged(RadioGroup radioGroup, int id) {
H A DRoundedBitmapDrawableActivity.java57 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java140 public void onCheckedChanged(RadioGroup group,
151 public void onCheckedChanged(CompoundButton buttonView,
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DSwitchItem.java127 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:SwitchItem
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java190 mOnCheckedChangeListener.onCheckedChanged(this, mCheckedId);
357 public void onCheckedChanged(RadioGroup group, @IdRes int checkedId); method in interface:RadioGroup.OnCheckedChangeListener
362 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:RadioGroup.CheckedStateTracker
H A DCompoundButton.java171 mOnCheckedChangeListener.onCheckedChanged(this, mChecked);
174 mOnCheckedChangeWidgetListener.onCheckedChanged(this, mChecked);
217 void onCheckedChanged(CompoundButton buttonView, boolean isChecked); method in interface:CompoundButton.OnCheckedChangeListener
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java78 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
89 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
100 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawable01.java68 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
/frameworks/support/preference/src/main/java/androidx/preference/
H A DCheckBoxPreference.java47 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:CheckBoxPreference.Listener
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java95 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { } method in class:ListenerBindingObject
118 public void onCheckedChanged(RadioGroup group, int checkedId) { } method in class:ListenerBindingObject
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/view/
H A DCardViewActivity.java142 public void onCheckedChanged(RadioGroup group, int checkedId) {
163 public void onCheckedChanged(RadioGroup group, int checkedId) {
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DTabLayoutPreselectedUsage.java89 public void onCheckedChanged(RadioGroup radioGroup, int id) {
114 public void onCheckedChanged(RadioGroup radioGroup, int id) {
H A DTabLayoutUsage.java101 public void onCheckedChanged(RadioGroup radioGroup, int id) {
126 public void onCheckedChanged(RadioGroup radioGroup, int id) {
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/view/
H A DCardViewActivity.java142 public void onCheckedChanged(RadioGroup group, int checkedId) {
163 public void onCheckedChanged(RadioGroup group, int checkedId) {
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DTabLayoutPreselectedUsage.java89 public void onCheckedChanged(RadioGroup radioGroup, int id) {
114 public void onCheckedChanged(RadioGroup radioGroup, int id) {
H A DTabLayoutUsage.java101 public void onCheckedChanged(RadioGroup radioGroup, int id) {
126 public void onCheckedChanged(RadioGroup radioGroup, int id) {

Completed in 263 milliseconds

123