Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24d1f997 authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev Committed by android-build-merger
Browse files

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

am: 1a5cc60b

* commit '1a5cc60b':
  Add JavaDoc for View.updateDragShadow

Change-Id: I07bfcff42ea12ae0260c850012d936121b3d3ea6
parents 66356dde 1a5cc60b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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");