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

Commit a20cdc06 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fixing the build

Change-Id: Ic3664e5cd812d5fe59c9cf2657a441ca76a61135
parent 932e4e61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -171,9 +171,9 @@ import java.util.List;
 *   <li>{@link #getEventTime()}  - The event time.</li>
 *   <li>{@link #getText()} - The text of the source.</li>
 *   <li>{@link #isEnabled()} - Whether the source is enabled.</li>
 *   <li>{@link #getScrollX())} - The horizontal offset of the source
 *   <li>{@link #getScrollX()} - The horizontal offset of the source
 *                                (without descendants of AdapterView)).</li>
 *   <li>{@link #getScrollY())} - The vertical offset of the source
 *   <li>{@link #getScrollY()} - The vertical offset of the source
 *                                (without descendants of AdapterView)).</li>
 *   <li>{@link #getFromIndex()} - The index of the first visible item of the source
 *                                 (for descendants of AdapterView).</li>
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ public class AccessibilityRecord {
    /**
     * Sets the scroll position of the source along the Y axis.
     *
     * @param scrollX The scroll along the Y axis.
     * @param scrollY The scroll along the Y axis.
     */
    public void setScrollY(int scrollY) {
        enforceNotSealed();