mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
17 lines
498 B
Java
Generated
17 lines
498 B
Java
Generated
// 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; }
|
|
}
|