Home
last modified time | relevance | path

Searched refs:getFilterWithSerializationName (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorMirror.java57 .getFilterWithSerializationName(FilterMirrorRepresentation.SERIALIZATION_NAME)); in reflectCurrentFilter()
DEditorStraighten.java60 master.setCurrentFilterRepresentation(master.getPreset().getFilterWithSerializationName( in reflectCurrentFilter()
DEditorRotate.java57 .getFilterWithSerializationName(FilterRotateRepresentation.SERIALIZATION_NAME)); in reflectCurrentFilter()
DEditorCrop.java88 .getFilterWithSerializationName(FilterCropRepresentation.SERIALIZATION_NAME)); in reflectCurrentFilter()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java455 public FilterRepresentation getFilterWithSerializationName(String serializationName) { in getFilterWithSerializationName() method in ImagePreset