Searched refs:getCompoundButtonId (Results 1 – 7 of 7) sorted by relevance
48 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()72 protected int getCompoundButtonId() { in getCompoundButtonId() method in CheckBoxItem
43 protected abstract int getCompoundButtonId(); in getCompoundButtonId() method in CompoundButtonItem56 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
36 protected int getCompoundButtonId() { in getCompoundButtonId() method in RadioButtonItem
40 protected int getCompoundButtonId() { in getCompoundButtonId() method in SwitchItem
74 protected int getCompoundButtonId() { in getCompoundButtonId() method in ChannelCheckItem
80 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()141 CompoundButton button = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()
235 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind()