mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-12 02:05:15 +08:00
rename
This commit is contained in:
parent
2f634e0569
commit
2e6be7b2f8
@ -299,6 +299,6 @@ public class BlurTransformation implements Transformation<Bitmap> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getId() {
|
public String getId() {
|
||||||
return "BlurTransform(radius=" + mRadius + ")";
|
return "BlurTransformation(radius=" + mRadius + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,6 @@ public class ColorFilterTransformation implements Transformation<Bitmap> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getId() {
|
public String getId() {
|
||||||
return "ColorFilterTransform(color=" + mColor + ")";
|
return "ColorFilterTransformation(color=" + mColor + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -66,6 +66,6 @@ public class CropCircleTransformation implements Transformation<Bitmap> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getId() {
|
public String getId() {
|
||||||
return "CircleTransform()";
|
return "CropCircleTransformation()";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -57,6 +57,6 @@ public class CropSquareTransformation implements Transformation<Bitmap> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getId() {
|
public String getId() {
|
||||||
return "CropSquareTransform(width=" + mWidth + ", height=" + mHeight + ")";
|
return "CropSquareTransformation(width=" + mWidth + ", height=" + mHeight + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -71,6 +71,6 @@ public class CropTransformation implements Transformation<Bitmap> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getId() {
|
public String getId() {
|
||||||
return "CropTransform(width=" + mWidth + ", height=" + mHeight + ")";
|
return "CropTransformation(width=" + mWidth + ", height=" + mHeight + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user