Merge "Remove unnecessary lock"
This commit is contained in:
committed by
Android (Google) Code Review
commit
14a001ad67
@@ -765,7 +765,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
layout.measure(widthSpec, heightSpec);
|
||||
setVisibilityOnChildren(layout, View.VISIBLE);
|
||||
}
|
||||
private synchronized void renderDrawableToBitmap(Drawable d, Bitmap bitmap, int x, int y, int w, int h,
|
||||
private void renderDrawableToBitmap(Drawable d, Bitmap bitmap, int x, int y, int w, int h,
|
||||
float scaleX, float scaleY) {
|
||||
if (bitmap != null) {
|
||||
Canvas c = new Canvas(bitmap);
|
||||
|
||||
Reference in New Issue
Block a user