Home
last modified time | relevance | path

Searched refs:getCompoundButtonId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCheckBoxItem.java47 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
72 protected int getCompoundButtonId() { in getCompoundButtonId() method in CheckBoxItem
DCompoundButtonItem.java54 protected abstract int getCompoundButtonId(); in getCompoundButtonId() method in CompoundButtonItem
67 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
DRadioButtonItem.java36 protected int getCompoundButtonId() { in getCompoundButtonId() method in RadioButtonItem
DSwitchItem.java45 protected int getCompoundButtonId() { in getCompoundButtonId() method in SwitchItem
DChannelCheckItem.java76 protected int getCompoundButtonId() { in getCompoundButtonId() method in ChannelCheckItem
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DSubRatingsFragment.java103 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
164 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
DRatingsFragment.java292 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()