Searched refs:SERIAL_VALUE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterTinyPlanetRepresentation.java96 {SERIAL_VALUE , Integer.toString(getValue())},
105 if (SERIAL_VALUE.equals(rep[i][0])) {
H A DFilterBasicRepresentation.java35 public static final String SERIAL_VALUE = "Value"; field in class:FilterBasicRepresentation
182 {SERIAL_VALUE , Integer.toString(mValue)}};
190 if (SERIAL_VALUE.equals(rep[i][0])) {

Completed in 32 milliseconds