Home | History | Annotate | Download | only in voice

Lines Matching refs:isChecked

65             public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
66 onRadioButtonClicked(buttonView, isChecked);
98 boolean isChecked = getKey().equals(mSharedState.getCurrentKey());
99 if (isChecked) {
104 rb.setChecked(isChecked);
113 onRadioButtonClicked(rb, !rb.isChecked());
126 updateCheckedState(isChecked);
162 void updateCheckedState(boolean isChecked) {
165 if (isChecked) {
177 void onRadioButtonClicked(final CompoundButton buttonView, boolean isChecked) {
182 updateCheckedState(isChecked);
186 if (isChecked) {
207 updateCheckedState(isChecked);