Merge "Add JavaDoc for View.updateDragShadow" into nyc-dev

This commit is contained in:
TreeHugger Robot
2016-04-21 00:02:06 +00:00
committed by Android (Google) Code Review

View File

@@ -20619,6 +20619,12 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
}
}
/**
* Updates the drag shadow for the ongoing drag and drop operation.
*
* @param shadowBuilder A {@link android.view.View.DragShadowBuilder} object for building the
* new drag shadow.
*/
public final void updateDragShadow(DragShadowBuilder shadowBuilder) {
if (ViewDebug.DEBUG_DRAG) {
Log.d(VIEW_LOG_TAG, "updateDragShadow");