summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java
index be8584804..a7286f0fa 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterBorder.java
@@ -73,16 +73,6 @@ public class ImageFilterBorder extends ImageFilter {
return applyHelper(bitmap, scale1, scale2);
}
- @Override
- public Bitmap iconApply(Bitmap bitmap, float scaleFactor, int quality) {
- if (getParameters() == null || getParameters().getDrawableResource() == 0) {
- return bitmap;
- }
- float scale1 = NINEPATCH_ICON_SCALING;
- float scale2 = BITMAP_ICON_SCALING;
- return applyHelper(bitmap, scale1, scale2);
- }
-
public void setResources(Resources resources) {
if (mResources != resources) {
mResources = resources;