Searched refs:maxScrollX (Results 1 – 3 of 3) sorted by relevance
517 final int maxScrollX = getScrollBoundsRight(widget) - getInnerWidth(widget); in scrollRight() local519 if (scrollX < maxScrollX) { in scrollRight()520 scrollX = Math.min(scrollX + getCharacterWidth(widget) * amount, maxScrollX); in scrollRight()694 final int maxScrollX = getScrollBoundsRight(widget) - getInnerWidth(widget); in scrollLineEnd() local696 if (scrollX < maxScrollX) { in scrollLineEnd()697 widget.scrollTo(maxScrollX, widget.getScrollY()); in scrollLineEnd()
593 public void setMaxScrollX(int maxScrollX) { in setMaxScrollX() argument595 mMaxScrollX = maxScrollX; in setMaxScrollX()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...