Searched refs:maxScrollY (Results 1 – 3 of 3) sorted by relevance
46 public void setMaxScrollY(AccessibilityRecord record, int maxScrollY) { in setMaxScrollY() argument71 public void setMaxScrollY(AccessibilityRecord record, int maxScrollY) { in setMaxScrollY() argument72 record.setMaxScrollY(maxScrollY); in setMaxScrollY()596 public void setMaxScrollY(int maxScrollY) { in setMaxScrollY() argument597 AccessibilityRecordCompat.setMaxScrollY(mRecord, maxScrollY); in setMaxScrollY()606 public static void setMaxScrollY(AccessibilityRecord record, int maxScrollY) { in setMaxScrollY() argument607 IMPL.setMaxScrollY(record, maxScrollY); in setMaxScrollY()
499 public void setMaxScrollY(int maxScrollY) { in setMaxScrollY() argument501 mMaxScrollY = maxScrollY; in setMaxScrollY()
6830 final int maxScrollY = mLayout.getHeight() - vspace; in onDraw() local6836 - ((scrollY == maxScrollY) ? 0 : extendedPaddingBottom); in onDraw()