Home
last modified time | relevance | path

Searched defs:onCheckedChanged (Results 1 – 10 of 10) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DSwitches.java44 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged() method in Switches
DRadioGroup1.java64 public void onCheckedChanged(RadioGroup group, int checkedId) { in onCheckedChanged() method in RadioGroup1
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
DFloatingActionButtonBasicFragment.java54 public void onCheckedChanged(FloatingActionButton fabView, boolean isChecked) { in onCheckedChanged() method in FloatingActionButtonBasicFragment
DFloatingActionButton.java45 void onCheckedChanged(FloatingActionButton fabView, boolean isChecked); in onCheckedChanged() method
/development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
DBasicTransitionFragment.java83 public void onCheckedChanged(RadioGroup group, int checkedId) { in onCheckedChanged() method in BasicTransitionFragment
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java107 public void onCheckedChanged(CompoundButton compoundButton, boolean checked) { in onCheckedChanged() method in AppRestrictionEnforcerFragment
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicManagedProfileFragment.java182 public void onCheckedChanged(CompoundButton compoundButton, boolean checked) { in onCheckedChanged() method in BasicManagedProfileFragment
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java237 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged() method in PresentationActivity
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java319 public void onCheckedChanged(CompoundButton compoundButton, boolean checked) { in onCheckedChanged() method in MainActivity.UpdateNotificationsOnCheckedChangeListener
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java117 public void onCheckedChanged(RadioGroup group, int checkedId) { in onCheckedChanged() method in PathAnimations