Searched refs:maxScrollX (Results 1 – 3 of 3) sorted by relevance
43 public void setMaxScrollX(AccessibilityRecord record, int maxScrollX) { in setMaxScrollX() argument66 public void setMaxScrollX(AccessibilityRecord record, int maxScrollX) { in setMaxScrollX() argument67 record.setMaxScrollX(maxScrollX); in setMaxScrollX()552 public void setMaxScrollX(int maxScrollX) { in setMaxScrollX() argument553 AccessibilityRecordCompat.setMaxScrollX(mRecord, maxScrollX); in setMaxScrollX()562 public static void setMaxScrollX(AccessibilityRecord record, int maxScrollX) { in setMaxScrollX() argument563 IMPL.setMaxScrollX(record, maxScrollX); in setMaxScrollX()
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()
480 public void setMaxScrollX(int maxScrollX) { in setMaxScrollX() argument482 mMaxScrollX = maxScrollX; in setMaxScrollX()