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

Commit 1a5cc60b 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

* commit '28609360':
  Add JavaDoc for View.updateDragShadow

Change-Id: I9aa23cafbeedf21e2cbca4e84adc0b424f7cfec0
parents 63278b4e 28609360
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");