diff --git a/api/current.xml b/api/current.xml
index 6677a90f9f201..0d76b719e6fe7 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -206860,6 +206860,17 @@
+
+
(view);
}
+ final public View getView() {
+ return mView.get();
+ }
+
/**
* Provide the draggable-thumbnail metrics for the operation: the dimensions of
* the thumbnail image itself, and the point within that thumbnail that should
@@ -9932,6 +9936,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
if (token != null) {
Canvas canvas = surface.lockCanvas(null);
try {
+ canvas.drawColor(0, PorterDuff.Mode.CLEAR);
thumbBuilder.onDrawThumbnail(canvas);
} finally {
surface.unlockCanvasAndPost(canvas);