Searched refs:contentHeightPx (Results 1 – 1 of 1) sorted by relevance
80 int contentHeightPx = (int) (view.getContentHeight() * view.getScale()); in onScrollRequested() local81 int downLimit = max(0, (contentHeightPx - view.getHeight()) - view.getScrollY()); in onScrollRequested()