Home | History | Annotate | Download | only in common

Lines Matching refs:recycle

117             Bitmap bitmap, float scale, boolean recycle) {
127 if (recycle) bitmap.recycle();
140 Bitmap bitmap, int maxLength, boolean recycle) {
146 return resizeBitmapByScale(bitmap, scale, recycle);
149 public static Bitmap resizeAndCropCenter(Bitmap bitmap, int size, boolean recycle) {
166 if (recycle) bitmap.recycle();
173 bitmap.recycle();
175 Log.w(TAG, "unable recycle bitmap", t);
179 public static Bitmap rotateBitmap(Bitmap source, int rotation, boolean recycle) {
186 if (recycle) source.recycle();