mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
31 lines
1.2 KiB
Java
Generated
31 lines
1.2 KiB
Java
Generated
// Generated automatically from android.view.DisplayCutout for testing purposes
|
|
|
|
package android.view;
|
|
|
|
import android.graphics.Insets;
|
|
import android.graphics.Path;
|
|
import android.graphics.Rect;
|
|
import java.util.List;
|
|
|
|
public class DisplayCutout
|
|
{
|
|
protected DisplayCutout() {}
|
|
public DisplayCutout(Insets p0, Rect p1, Rect p2, Rect p3, Rect p4){}
|
|
public DisplayCutout(Insets p0, Rect p1, Rect p2, Rect p3, Rect p4, Insets p5){}
|
|
public DisplayCutout(Rect p0, List<Rect> p1){}
|
|
public Insets getWaterfallInsets(){ return null; }
|
|
public List<Rect> getBoundingRects(){ return null; }
|
|
public Path getCutoutPath(){ return null; }
|
|
public Rect getBoundingRectBottom(){ return null; }
|
|
public Rect getBoundingRectLeft(){ return null; }
|
|
public Rect getBoundingRectRight(){ return null; }
|
|
public Rect getBoundingRectTop(){ return null; }
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public int getSafeInsetBottom(){ return 0; }
|
|
public int getSafeInsetLeft(){ return 0; }
|
|
public int getSafeInsetRight(){ return 0; }
|
|
public int getSafeInsetTop(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
}
|