Merge "Update API doc of View.DragShadowBuilder" am: 29f0f9a910 am: 0539710f6f

am: 1fa1b991f0

Change-Id: I647a5644db8dbcee6ceff59eba798e7b0e1d4f52
This commit is contained in:
Daichi Hirono
2018-11-12 19:57:43 -08:00
committed by android-build-merger

View File

@@ -24122,7 +24122,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
* @param outShadowSize A {@link android.graphics.Point} containing the width and height
* of the shadow image. Your application must set {@link android.graphics.Point#x} to the
* desired width and must set {@link android.graphics.Point#y} to the desired height of the
* image.
* image. Since Android P, the width and height must be positive values.
*
* @param outShadowTouchPoint A {@link android.graphics.Point} for the position within the
* shadow image that should be underneath the touch point during the drag and drop