HomeSort by relevance Sort by last modified time
    Searched refs:otherCompoundButton (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 135 // radio button will be the one in use (and the other will be otherCompoundButton)
137 final CompoundButton otherCompoundButton;
144 otherCompoundButton = mCheckBox;
150 otherCompoundButton = mRadioButton;
162 if (otherCompoundButton != null && otherCompoundButton.getVisibility() != GONE) {
163 otherCompoundButton.setVisibility(GONE);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuItemView.java 135 // radio button will be the one in use (and the other will be otherCompoundButton)
137 final CompoundButton otherCompoundButton;
144 otherCompoundButton = mCheckBox;
150 otherCompoundButton = mRadioButton;
162 if (otherCompoundButton != null && otherCompoundButton.getVisibility() != GONE) {
163 otherCompoundButton.setVisibility(GONE);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 501 milliseconds