Merge "Rename isHorizontallyScrolling to isHorizontallyScrollable"
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user