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

Commit 12701f64 authored by Robert Carr's avatar Robert Carr
Browse files

Fix build by making docs match params.

Change-Id: Id5bb5161514be372b709ecbb5d56e86554d3ec64
parent 75b3720c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18572,7 +18572,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * must be an array of two integers. After the method returns, the array
     * contains the x and y location in that order.</p>
     *
     * @param location an array of two integers in which to hold the coordinates
     * @param outLocation an array of two integers in which to hold the coordinates
     */
    public void getLocationOnScreen(@Size(2) int[] outLocation) {
        getLocationInWindow(outLocation);
@@ -18589,7 +18589,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * must be an array of two integers. After the method returns, the array
     * contains the x and y location in that order.</p>
     *
     * @param outWindowSpace an array of two integers in which to hold the coordinates
     * @param outLocation an array of two integers in which to hold the coordinates
     */
    public void getLocationInWindow(@Size(2) int[] outLocation) {
        if (outLocation == null || outLocation.length < 2) {