Searched refs:getValueBool (Results 1 – 4 of 4) sorted by relevance
37 booleanEditor.setChecked(item.hasValue() && item.getValueBool()); in bindEditor()
71 if (PROGRESS.hasValue() && PROGRESS.getValueBool()) in generate()74 sb.append(INDENT + ".setUsesChronometer(" + USES_CHRON.getValueBool() + ")"); in generate()
75 if (PROGRESS.hasValue() && PROGRESS.getValueBool()) in build()78 builder.setUsesChronometer(USES_CHRON.getValueBool()); in build()
180 public boolean getValueBool() { in getValueBool() method in EditableItem