Searched refs:getCompoundButtonId (Results 1 – 7 of 7) sorted by relevance
47 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()72 protected int getCompoundButtonId() { in getCompoundButtonId() method in CheckBoxItem
54 protected abstract int getCompoundButtonId(); in getCompoundButtonId() method in CompoundButtonItem67 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
36 protected int getCompoundButtonId() { in getCompoundButtonId() method in RadioButtonItem
45 protected int getCompoundButtonId() { in getCompoundButtonId() method in SwitchItem
76 protected int getCompoundButtonId() { in getCompoundButtonId() method in ChannelCheckItem
103 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()164 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
292 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()