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

Commit e25d3d1e authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix doc build"

parents a896308c a984b38d
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;