HomeSort by relevance Sort by last modified time
    Searched defs:compoundButton (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 43 import android.widget.CompoundButton;
44 import android.widget.CompoundButton.OnCheckedChangeListener;
47 * Test {@link CompoundButton}.
89 CompoundButton compoundButton = new MockCompoundButton(mContext);
91 compoundButton.setOnCheckedChangeListener(listener);
92 assertFalse(compoundButton.isChecked());
95 compoundButton.setChecked(true);
96 assertTrue(compoundButton.isChecked());
98 assertSame(compoundButton, listener.getInputCompoundButton())
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 28 import android.widget.CompoundButton;
136 final CompoundButton compoundButton;
137 final CompoundButton otherCompoundButton;
143 compoundButton = mRadioButton;
149 compoundButton = mCheckBox;
154 compoundButton.setChecked(mItemData.isChecked());
157 if (compoundButton.getVisibility() != newVisibility) {
158 compoundButton.setVisibility(newVisibility);
172 CompoundButton compoundButton
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuItemView.java 28 import android.widget.CompoundButton;
136 final CompoundButton compoundButton;
137 final CompoundButton otherCompoundButton;
143 compoundButton = mRadioButton;
149 compoundButton = mCheckBox;
154 compoundButton.setChecked(mItemData.isChecked());
157 if (compoundButton.getVisibility() != newVisibility) {
158 compoundButton.setVisibility(newVisibility);
176 CompoundButton compoundButton
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 56 milliseconds