HomeSort by relevance Sort by last modified time
    Searched refs:SERIALIZATION_NAME (Results 26 - 29 of 29) sorted by null

12

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 267 if (r.getSerializationName() == FilterRotateRepresentation.SERIALIZATION_NAME) {
270 FilterStraightenRepresentation.SERIALIZATION_NAME) {
272 } else if (r.getSerializationName() == FilterCropRepresentation.SERIALIZATION_NAME) {
274 } else if (r.getSerializationName() == FilterMirrorRepresentation.SERIALIZATION_NAME) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 715 if (FilterRotateRepresentation.SERIALIZATION_NAME.equals(name)) {
717 } else if (FilterMirrorRepresentation.SERIALIZATION_NAME.equals(name)) {
719 } else if (FilterStraightenRepresentation.SERIALIZATION_NAME.equals(name)) {
721 } else if (FilterCropRepresentation.SERIALIZATION_NAME.equals(name)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 39 private static final String SERIALIZATION_NAME = "grad";
43 setSerializationName(SERIALIZATION_NAME);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 88 .getFilterWithSerializationName(FilterCropRepresentation.SERIALIZATION_NAME));

Completed in 172 milliseconds

12