* The default implementation sets the dimensions of the shadow to be the - * same as the dimensions of the View itself and centers the shadow under - * the touch point. + * same as the dimensions of the View object that had been supplied to the + * {@link #View.DragShadowBuilder(View)} constructor + * when the builder object was instantiated, and centers the shadow under the touch + * point. * * @param shadowSize The application should set the {@code x} member of this * parameter to the desired shadow width, and the {@code y} member to @@ -10647,6 +10674,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility * Draw the shadow image for the upcoming drag. The shadow canvas was * created with the dimensions supplied by the * {@link #onProvideShadowMetrics(Point, Point)} callback. + *
+ * The default implementation replicates the appearance of the View object + * that had been supplied to the + * {@link #View.DragShadowBuilder(View)} + * constructor when the builder object was instantiated. * * @param canvas */