Searched refs:maxScrollY (Results 1 – 2 of 2) sorted by relevance
552 public void setMaxScrollY(int maxScrollY) { in setMaxScrollY() argument554 mMaxScrollY = maxScrollY; in setMaxScrollY()
7939 final int maxScrollY = mLayout.getHeight() - vspace; in onDraw() local7945 - ((scrollY == maxScrollY) ? 0 : extendedPaddingBottom); in onDraw()