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

  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
CompoundButtonItem.java 31 private CompoundButton mCompoundButton;
56 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId());
71 mCompoundButton = null;
94 mCompoundButton.setChecked(mChecked);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
RatingsFragment.java 213 private CompoundButton mCompoundButton;
235 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId());
236 mCompoundButton.setVisibility(View.VISIBLE);
250 mCompoundButton = null;
256 mCompoundButton.setButtonDrawable(getButtonDrawable());
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 428 private CompoundButton mCompoundButton;
433 mCompoundButton = buttonView;
442 return mCompoundButton;
451 mCompoundButton = null;

Completed in 72 milliseconds