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

Commit d2bea320 authored by Haoyu Zhang's avatar Haoyu Zhang Committed by Android (Google) Code Review
Browse files

Merge "Rename isHorizontallyScrolling to isHorizontallyScrollable"

parents 070aba8e 3c739fd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56847,7 +56847,7 @@ package android.widget {
    method public boolean isCursorVisible();
    method public boolean isElegantTextHeight();
    method public boolean isFallbackLineSpacing();
    method public final boolean isHorizontallyScrolling();
    method public final boolean isHorizontallyScrollable();
    method public boolean isInputMethodTarget();
    method public boolean isSingleLine();
    method public boolean isSuggestionsEnabled();
+1 −1
Original line number Diff line number Diff line
@@ -5117,7 +5117,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     * @attr ref android.R.styleable#TextView_scrollHorizontally
     * @see #setHorizontallyScrolling(boolean)
     */
    public final boolean isHorizontallyScrolling() {
    public final boolean isHorizontallyScrollable() {
        return mHorizontallyScrolling;
    }