Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DNotificationGenerator.java60 builder.setSmallIcon(SMALL_ICON.getValueInt()); in build()
72 builder.setNumber(NUMBER.getValueInt()); in build()
80 builder.addAction(ACTION1_ICON.getValueInt(), ACTION1_TEXT.getValueString(), noop); in build()
82 builder.addAction(ACTION2_ICON.getValueInt(), ACTION2_TEXT.getValueString(), noop); in build()
84 builder.addAction(ACTION3_ICON.getValueInt(), ACTION3_TEXT.getValueString(), noop); in build()
96 Integer styleValue = STYLE.getValueInt(); in generateStyle()
DCodeGenerator.java68 sb.append(INDENT + ".setNumber(" + NUMBER.getValueInt() + ")"); in generate()
90 Integer styleValue = STYLE.getValueInt(); in generateStyle()
120 ".addAction(" + icon.getValueInt() + ", " + quote(text) + ", " + intentName + ")"); in generateAction()
132 int resId = item.getValueInt(); in getResourceVar()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDropDownEditor.java65 dropDownEditor.setSelection(adapter.getPosition(item.getValueInt())); in bindEditor()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java172 public int getValueInt() { in getValueInt() method in EditableItem