Home
last modified time | relevance | path

Searched refs:mCompoundButton (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCompoundButtonItem.java33 private CompoundButton mCompoundButton; field in CompoundButtonItem
67 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
93 mCompoundButton = null; in onUnbind()
116 mCompoundButton.setChecked(mChecked); in updateInternal()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingsFragment.java270 private CompoundButton mCompoundButton; field in RatingsFragment.RatingItem
292 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()