Searched refs:scrollPos (Results 1 – 3 of 3) sorted by relevance
260 final int scrollPos = tabView.getLeft() - (getWidth() - tabView.getWidth()) / 2; in animateToTab()261 smoothScrollTo(scrollPos, 0); in animateToTab()
1491 final int scrollPos = (int) (scrollOffset *1493 if (scrollPos != getScrollX()) {1495 scrollTo(scrollPos, getScrollY());
1984 public void setScrollYPos(@NonNull View view, int scrollPos) { in setScrollYPos() argument1985 mScrollYPos.put(view, scrollPos); in setScrollYPos()1993 public void setScrollXPos(@NonNull View view, int scrollPos) { in setScrollXPos() argument1994 mScrollXPos.put(view, scrollPos); in setScrollXPos()