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

Commit 3c739fd1 authored by Haoyu Zhang's avatar Haoyu Zhang
Browse files

Rename isHorizontallyScrolling to isHorizontallyScrollable

Bug: 123222813
Test: atest TextViewIsHorizontallyScrollableTest
Change-Id: I9ba562b0f5807fed05b0b4380901e238bf309bd2
parent c7978672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56770,7 +56770,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;
    }