OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
() {
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
() {
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
SubRatingsFragment.java
80
CompoundButton button = (CompoundButton) view.findViewById(
getCompoundButtonId
());
141
CompoundButton button = (CompoundButton) view.findViewById(
getCompoundButtonId
());
RatingsFragment.java
235
mCompoundButton = (CompoundButton) view.findViewById(
getCompoundButtonId
());
Completed in 377 milliseconds