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

Commit a984b38d authored by Adam Powell's avatar Adam Powell
Browse files

Fix doc build

Change-Id: Ia0425bc956540bbd5f16138ad182ae365bf1c85a
parent 1bba846e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ public class ListPopupWindow {
    /**
     * Set the horizontal offset of this popup from its anchor view in pixels.
     * 
     * @param The horizontal offset of the popup from its anchor. 
     * @param offset The horizontal offset of the popup from its anchor.
     */
    public void setHorizontalOffset(int offset) {
        mDropDownHorizontalOffset = offset;
@@ -408,7 +408,7 @@ public class ListPopupWindow {
    /**
     * Set the vertical offset of this popup from its anchor view in pixels.
     * 
     * @param The vertical offset of the popup from its anchor. 
     * @param offset The vertical offset of the popup from its anchor.
     */
    public void setVerticalOffset(int offset) {
        mDropDownVerticalOffset = offset;