mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
50 lines
2.3 KiB
Java
Generated
50 lines
2.3 KiB
Java
Generated
// Generated automatically from android.view.WindowInsets for testing purposes
|
|
|
|
package android.view;
|
|
|
|
import android.graphics.Insets;
|
|
import android.graphics.Rect;
|
|
import android.view.DisplayCutout;
|
|
import android.view.RoundedCorner;
|
|
|
|
public class WindowInsets
|
|
{
|
|
protected WindowInsets() {}
|
|
public DisplayCutout getDisplayCutout(){ return null; }
|
|
public Insets getInsets(int p0){ return null; }
|
|
public Insets getInsetsIgnoringVisibility(int p0){ return null; }
|
|
public Insets getMandatorySystemGestureInsets(){ return null; }
|
|
public Insets getStableInsets(){ return null; }
|
|
public Insets getSystemGestureInsets(){ return null; }
|
|
public Insets getSystemWindowInsets(){ return null; }
|
|
public Insets getTappableElementInsets(){ return null; }
|
|
public Rect getPrivacyIndicatorBounds(){ return null; }
|
|
public RoundedCorner getRoundedCorner(int p0){ return null; }
|
|
public String toString(){ return null; }
|
|
public WindowInsets consumeDisplayCutout(){ return null; }
|
|
public WindowInsets consumeStableInsets(){ return null; }
|
|
public WindowInsets consumeSystemWindowInsets(){ return null; }
|
|
public WindowInsets inset(Insets p0){ return null; }
|
|
public WindowInsets inset(int p0, int p1, int p2, int p3){ return null; }
|
|
public WindowInsets replaceSystemWindowInsets(Rect p0){ return null; }
|
|
public WindowInsets replaceSystemWindowInsets(int p0, int p1, int p2, int p3){ return null; }
|
|
public WindowInsets(WindowInsets p0){}
|
|
public boolean equals(Object p0){ return false; }
|
|
public boolean hasInsets(){ return false; }
|
|
public boolean hasStableInsets(){ return false; }
|
|
public boolean hasSystemWindowInsets(){ return false; }
|
|
public boolean isConsumed(){ return false; }
|
|
public boolean isRound(){ return false; }
|
|
public boolean isVisible(int p0){ return false; }
|
|
public int getStableInsetBottom(){ return 0; }
|
|
public int getStableInsetLeft(){ return 0; }
|
|
public int getStableInsetRight(){ return 0; }
|
|
public int getStableInsetTop(){ return 0; }
|
|
public int getSystemWindowInsetBottom(){ return 0; }
|
|
public int getSystemWindowInsetLeft(){ return 0; }
|
|
public int getSystemWindowInsetRight(){ return 0; }
|
|
public int getSystemWindowInsetTop(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
public static WindowInsets CONSUMED = null;
|
|
}
|