OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getValueInt
(Results
1 - 7
of
7
) sorted by null
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java
60
builder.setSmallIcon(SMALL_ICON.
getValueInt
());
72
builder.setNumber(NUMBER.
getValueInt
());
80
builder.addAction(ACTION1_ICON.
getValueInt
(), ACTION1_TEXT.getValueString(), noop);
82
builder.addAction(ACTION2_ICON.
getValueInt
(), ACTION2_TEXT.getValueString(), noop);
84
builder.addAction(ACTION3_ICON.
getValueInt
(), ACTION3_TEXT.getValueString(), noop);
96
Integer styleValue = STYLE.
getValueInt
();
CodeGenerator.java
68
sb.append(INDENT + ".setNumber(" + NUMBER.
getValueInt
() + ")");
90
Integer styleValue = STYLE.
getValueInt
();
120
".addAction(" + icon.
getValueInt
() + ", " + quote(text) + ", " + intentName + ")");
132
int resId = item.
getValueInt
();
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DropDownEditor.java
65
dropDownEditor.setSelection(adapter.getPosition(item.
getValueInt
()));
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java
172
public int
getValueInt
() {
/external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar
Completed in 603 milliseconds