Searched refs:maxScrollX (Results 1 – 2 of 2) sorted by relevance
488 final int maxScrollX = getScrollBoundsRight(widget) - getInnerWidth(widget); in scrollRight() local490 if (scrollX < maxScrollX) { in scrollRight()491 scrollX = Math.min(scrollX + getCharacterWidth(widget) * amount, maxScrollX); in scrollRight()665 final int maxScrollX = getScrollBoundsRight(widget) - getInnerWidth(widget); in scrollLineEnd() local667 if (scrollX < maxScrollX) { in scrollLineEnd()668 widget.scrollTo(maxScrollX, widget.getScrollY()); in scrollLineEnd()
544 public void setMaxScrollX(int maxScrollX) { in setMaxScrollX() argument546 mMaxScrollX = maxScrollX; in setMaxScrollX()