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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterTinyPlanetRepresentation.java 96 {SERIAL_VALUE , Integer.toString(getValue())},
105 if (SERIAL_VALUE.equals(rep[i][0])) {
FilterBasicRepresentation.java 35 public static final String SERIAL_VALUE = "Value";
182 {SERIAL_VALUE , Integer.toString(mValue)}};
190 if (SERIAL_VALUE.equals(rep[i][0])) {

Completed in 52 milliseconds