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

  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
RadioButtonItem.java 36 protected int getCompoundButtonId() {
SwitchItem.java 45 protected int getCompoundButtonId() {
CheckBoxItem.java 48 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId());
72 protected int getCompoundButtonId() {
CompoundButtonItem.java 55 protected abstract int getCompoundButtonId();
68 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId());
ChannelCheckItem.java 74 protected int getCompoundButtonId() {

Completed in 239 milliseconds