Searched refs:getValueInt (Results 1 – 4 of 4) sorted by relevance
60 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()
68 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()
65 dropDownEditor.setSelection(adapter.getPosition(item.getValueInt())); in bindEditor()
172 public int getValueInt() { in getValueInt() method in EditableItem