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