Table of Contents

Class WindowInsets

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class WindowInsets : JVMBridgeBase<WindowInsets>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
WindowInsets
Implements
Extension Methods

Constructors

WindowInsets(WindowInsets)

public WindowInsets(WindowInsets arg0)

Parameters

arg0 WindowInsets

WindowInsets

WindowInsets(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public WindowInsets(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONSUMED

public static WindowInsets CONSUMED { get; set; }

Property Value

WindowInsets

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

ConsumeDisplayCutout()

[Obsolete("Deprecated in JVM")]
public WindowInsets ConsumeDisplayCutout()

Returns

WindowInsets

WindowInsets

ConsumeStableInsets()

[Obsolete("Deprecated in JVM")]
public WindowInsets ConsumeStableInsets()

Returns

WindowInsets

WindowInsets

ConsumeSystemWindowInsets()

[Obsolete("Deprecated in JVM")]
public WindowInsets ConsumeSystemWindowInsets()

Returns

WindowInsets

WindowInsets

CreatePoolableInstance(WindowInsets)

HPA initializer for WindowInsets(Android.View.WindowInsets arg0)

public static WindowInsets CreatePoolableInstance(WindowInsets arg0)

Parameters

arg0 WindowInsets

Returns

WindowInsets

GetBoundingRects(int)

public List<Rect> GetBoundingRects(int arg0)

Parameters

arg0 int

int

Returns

List<Rect>

List

GetBoundingRectsIgnoringVisibility(int)

public List<Rect> GetBoundingRectsIgnoringVisibility(int arg0)

Parameters

arg0 int

int

Returns

List<Rect>

List

GetDisplayCutout()

public DisplayCutout GetDisplayCutout()

Returns

DisplayCutout

DisplayCutout

GetDisplayShape()

public DisplayShape GetDisplayShape()

Returns

DisplayShape

DisplayShape

GetFrame()

public Size GetFrame()

Returns

Size

Size

GetInsets(int)

public Insets GetInsets(int arg0)

Parameters

arg0 int

int

Returns

Insets

Insets

GetInsetsIgnoringVisibility(int)

public Insets GetInsetsIgnoringVisibility(int arg0)

Parameters

arg0 int

int

Returns

Insets

Insets

GetMandatorySystemGestureInsets()

[Obsolete("Deprecated in JVM")]
public Insets GetMandatorySystemGestureInsets()

Returns

Insets

Insets

GetPrivacyIndicatorBounds()

public Rect GetPrivacyIndicatorBounds()

Returns

Rect

Rect

GetRoundedCorner(int)

public RoundedCorner GetRoundedCorner(int arg0)

Parameters

arg0 int

int

Returns

RoundedCorner

RoundedCorner

GetStableInsetBottom()

[Obsolete("Deprecated in JVM")]
public int GetStableInsetBottom()

Returns

int

int

GetStableInsetLeft()

[Obsolete("Deprecated in JVM")]
public int GetStableInsetLeft()

Returns

int

int

GetStableInsetRight()

[Obsolete("Deprecated in JVM")]
public int GetStableInsetRight()

Returns

int

int

GetStableInsetTop()

[Obsolete("Deprecated in JVM")]
public int GetStableInsetTop()

Returns

int

int

GetStableInsets()

[Obsolete("Deprecated in JVM")]
public Insets GetStableInsets()

Returns

Insets

Insets

GetSystemGestureInsets()

[Obsolete("Deprecated in JVM")]
public Insets GetSystemGestureInsets()

Returns

Insets

Insets

GetSystemWindowInsetBottom()

[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetBottom()

Returns

int

int

GetSystemWindowInsetLeft()

[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetLeft()

Returns

int

int

GetSystemWindowInsetRight()

[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetRight()

Returns

int

int

GetSystemWindowInsetTop()

[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetTop()

Returns

int

int

GetSystemWindowInsets()

[Obsolete("Deprecated in JVM")]
public Insets GetSystemWindowInsets()

Returns

Insets

Insets

GetTappableElementInsets()

[Obsolete("Deprecated in JVM")]
public Insets GetTappableElementInsets()

Returns

Insets

Insets

HasInsets()

public bool HasInsets()

Returns

bool

bool

HasStableInsets()

[Obsolete("Deprecated in JVM")]
public bool HasStableInsets()

Returns

bool

bool

HasSystemWindowInsets()

[Obsolete("Deprecated in JVM")]
public bool HasSystemWindowInsets()

Returns

bool

bool

Inset(Insets)

public WindowInsets Inset(Insets arg0)

Parameters

arg0 Insets

Insets

Returns

WindowInsets

WindowInsets

Inset(int, int, int, int)

public WindowInsets Inset(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Returns

WindowInsets

WindowInsets

IsConsumed()

public bool IsConsumed()

Returns

bool

bool

IsRound()

public bool IsRound()

Returns

bool

bool

IsVisible(int)

public bool IsVisible(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

ReplaceSystemWindowInsets(Rect)

[Obsolete("Deprecated in JVM")]
public WindowInsets ReplaceSystemWindowInsets(Rect arg0)

Parameters

arg0 Rect

Rect

Returns

WindowInsets

WindowInsets

ReplaceSystemWindowInsets(int, int, int, int)

[Obsolete("Deprecated in JVM")]
public WindowInsets ReplaceSystemWindowInsets(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Returns

WindowInsets

WindowInsets