Searched refs:getScrollOffsetEnd (Results 1 – 4 of 4) sorted by relevance
92 int getScrollOffsetEnd(View view, Rect insets); in getScrollOffsetEnd() method
229 public int getScrollOffsetEnd(View view, Rect insets) { in getScrollOffsetEnd() method in LandscapePagedViewHandler
231 public int getScrollOffsetEnd(View view, Rect insets) { in getScrollOffsetEnd() method in PortraitPagedViewHandler
677 final int scrollOffsetEnd = mOrientationHandler.getScrollOffsetEnd(this, mInsets); in getPageScrolls()