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