Loading core/java/android/view/accessibility/AccessibilityEvent.java +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading core/java/android/view/accessibility/AccessibilityRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
core/java/android/view/accessibility/AccessibilityEvent.java +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading
core/java/android/view/accessibility/AccessibilityRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading