Home
last modified time | relevance | path

Searched refs:getStateRepresentation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterBasicRepresentation.java145 public String getStateRepresentation() { in getStateRepresentation() method in FilterBasicRepresentation
161 return getStateRepresentation(); in getValueString()
DFilterRepresentation.java217 public String getStateRepresentation() { in getStateRepresentation() method in FilterRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java118 apply += " " + effectName.toUpperCase() + " " + interval.getStateRepresentation(); in calculateUserMessage()