mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
15 lines
388 B
Java
Generated
15 lines
388 B
Java
Generated
// Generated automatically from android.view.WindowMetrics for testing purposes
|
|
|
|
package android.view;
|
|
|
|
import android.graphics.Rect;
|
|
import android.view.WindowInsets;
|
|
|
|
public class WindowMetrics
|
|
{
|
|
protected WindowMetrics() {}
|
|
public Rect getBounds(){ return null; }
|
|
public WindowInsets getWindowInsets(){ return null; }
|
|
public WindowMetrics(Rect p0, WindowInsets p1){}
|
|
}
|