As the title says, ScrollableViewHelper should be an interface - for example to easily be used by Fragments.
Moreover, IMHO, the only information needed is if the view can scroll up. Thus, the only needed method would be boolean canScrollUp(View view).