Searched defs:onCheckedChanged (Results 1 - 21 of 21) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java44 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:ConfigViewHolder
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java44 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:ConfigViewHolder
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgentSettings.java90 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:SampleTrustAgentSettings
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DCheckBoxPreference.java46 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:CheckBoxPreference.Listener
H A DSwitchPreferenceCompat.java52 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:SwitchPreferenceCompat.Listener
/frameworks/base/core/java/android/preference/
H A DSwitchPreference.java48 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:SwitchPreference.Listener
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java181 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:MediaProjectionPermissionActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java162 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:UsbConfirmActivity
H A DUsbPermissionActivity.java166 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:UsbPermissionActivity
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
H A DSwitchItem.java96 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:SwitchItem
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java55 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:SwitchPreference.Listener
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java173 mOnCheckedChangeListener.onCheckedChanged(this, mCheckedId);
334 public void onCheckedChanged(RadioGroup group, @IdRes int checkedId); method in interface:RadioGroup.OnCheckedChangeListener
338 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:RadioGroup.CheckedStateTracker
H A DCompoundButton.java156 mOnCheckedChangeListener.onCheckedChanged(this, mChecked);
159 mOnCheckedChangeWidgetListener.onCheckedChanged(this, mChecked);
198 void onCheckedChanged(CompoundButton buttonView, boolean isChecked); method in interface:CompoundButton.OnCheckedChangeListener
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java135 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:BassBoostTest
H A DEnvReverbTest.java185 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:EnvReverbTest
189 Log.d(TAG,"onCheckedChanged: rvbOnOff");
H A DEqualizerTest.java195 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:EqualizerTest
H A DPresetReverbTest.java140 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:PresetReverbTest
H A DVirtualizerTest.java132 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:VirtualizerTest
H A DVisualizerTest.java202 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:VisualizerTest
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1679 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { method in class:SMSDispatcher.ConfirmDialogListener

Completed in 1653 milliseconds