// Generated automatically from android.view.ScrollCaptureSession for testing purposes package android.view; import android.graphics.Point; import android.graphics.Rect; import android.view.Surface; public class ScrollCaptureSession { protected ScrollCaptureSession() {} public Point getPositionInWindow(){ return null; } public Rect getScrollBounds(){ return null; } public ScrollCaptureSession(Surface p0, Rect p1, Point p2){} public Surface getSurface(){ return null; } }