Searched refs:mCompoundButton (Results 1 – 2 of 2) sorted by relevance
33 private CompoundButton mCompoundButton; field in CompoundButtonItem67 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()93 mCompoundButton = null; in onUnbind()116 mCompoundButton.setChecked(mChecked); in updateInternal()
270 private CompoundButton mCompoundButton; field in RatingsFragment.RatingItem292 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()293 mCompoundButton.setVisibility(View.VISIBLE); in onBind()307 mCompoundButton = null; in onUnbind()313 mCompoundButton.setButtonDrawable(getButtonDrawable()); in onUpdate()