Currently I am using the follow code to check whether SwipeRefreshLayout should be enabled.
private void laySwipeToggle() { if (mRecyclerView.getChildCou
You can try recyclerView.canScrollVertically(int direction), if you just need to know whether it possible to scroll or not.
recyclerView.canScrollVertically(int direction)
Direction integers: