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 40 protected int getCompoundButtonId() {
CheckBoxItem.java 48 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId());
72 protected int getCompoundButtonId() {
CompoundButtonItem.java 43 protected abstract int getCompoundButtonId();
56 mCompoundButton = (CompoundButton) view.findViewById(getCompoundButtonId());
ChannelCheckItem.java 74 protected int getCompoundButtonId() {

Completed in 114 milliseconds