ViewCompat.canScrollVertically
MotionEventCompat.findPointerIndex
MotionEventCompat.getY
MotionEventCompat.findPointerIndex
int[] locaton = new int[2];
view.getLocationOnScreen(locaton);
Rect vrect = new Rect();
view.getLocalVisibleRect(vrect);