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.java48 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
72 protected int getCompoundButtonId() { in getCompoundButtonId() method in CheckBoxItem
DCompoundButtonItem.java43 protected abstract int getCompoundButtonId(); in getCompoundButtonId() method in CompoundButtonItem
56 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
DRadioButtonItem.java36 protected int getCompoundButtonId() { in getCompoundButtonId() method in RadioButtonItem
DSwitchItem.java40 protected int getCompoundButtonId() { in getCompoundButtonId() method in SwitchItem
DChannelCheckItem.java74 protected int getCompoundButtonId() { in getCompoundButtonId() method in ChannelCheckItem
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DSubRatingsFragment.java80 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
141 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
DRatingsFragment.java235 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()