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

  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
RadioButtonItem.java 36 protected int getCompoundButtonId() {
CheckBoxItem.java 47 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId());
72 protected int getCompoundButtonId() {
SwitchItem.java 45 protected int getCompoundButtonId() {
CompoundButtonItem.java 54 protected abstract int getCompoundButtonId();
67 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId());
ChannelCheckItem.java 75 protected int getCompoundButtonId() {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
SubRatingsFragment.java 103 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId());
164 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId());
RatingsFragment.java 274 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId());

Completed in 254 milliseconds