OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SwitchItem
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
SwitchItem.java
21
public class
SwitchItem
extends CompoundButtonItem {
22
public
SwitchItem
(String title) {
26
public
SwitchItem
(String checkedTitle, String uncheckedTitle) {
30
public
SwitchItem
(String checkedTitle, String uncheckedTitle, String description) {
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
SwitchItem.java
31
public class
SwitchItem
extends Item implements CompoundButton.OnCheckedChangeListener {
34
void onCheckedChange(
SwitchItem
item, boolean isChecked);
40
public
SwitchItem
() {
44
public
SwitchItem
(Context context, AttributeSet attrs) {
Completed in 55 milliseconds