HomeSort by relevance Sort by last modified time
    Searched refs:getValueBool (Results 1 - 4 of 4) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
BooleanEditor.java 37 booleanEditor.setChecked(item.hasValue() && item.getValueBool());
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 71 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
74 sb.append(INDENT + ".setUsesChronometer(" + USES_CHRON.getValueBool() + ")");
NotificationGenerator.java 75 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
78 builder.setUsesChronometer(USES_CHRON.getValueBool());
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 180 public boolean getValueBool() {

Completed in 49 milliseconds