Home
last modified time | relevance | path

Searched refs:getValueBool (Results 1 – 4 of 4) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DBooleanEditor.java37 booleanEditor.setChecked(item.hasValue() && item.getValueBool()); in bindEditor()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DCodeGenerator.java71 if (PROGRESS.hasValue() && PROGRESS.getValueBool()) in generate()
74 sb.append(INDENT + ".setUsesChronometer(" + USES_CHRON.getValueBool() + ")"); in generate()
DNotificationGenerator.java75 if (PROGRESS.hasValue() && PROGRESS.getValueBool()) in build()
78 builder.setUsesChronometer(USES_CHRON.getValueBool()); in build()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java180 public boolean getValueBool() { in getValueBool() method in EditableItem