Searched defs:checkedId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRadioGroup.java352 * selection is cleared, checkedId is -1.</p>
355 * @param checkedId the unique identifier of the newly checked radio button
357 public void onCheckedChanged(RadioGroup group, @IdRes int checkedId); argument
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java118 public void onCheckedChanged(RadioGroup group, int checkedId) { } argument

Completed in 86 milliseconds