Class WindowInsets
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
arg0WindowInsets
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONSUMED
public static WindowInsets CONSUMED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
ConsumeDisplayCutout()
[Obsolete("Deprecated in JVM")]
public WindowInsets ConsumeDisplayCutout()
Returns
ConsumeStableInsets()
[Obsolete("Deprecated in JVM")]
public WindowInsets ConsumeStableInsets()
Returns
ConsumeSystemWindowInsets()
[Obsolete("Deprecated in JVM")]
public WindowInsets ConsumeSystemWindowInsets()
Returns
CreatePoolableInstance(WindowInsets)
HPA initializer for WindowInsets(Android.View.WindowInsets arg0)
public static WindowInsets CreatePoolableInstance(WindowInsets arg0)
Parameters
arg0WindowInsets
Returns
GetBoundingRects(int)
public List<Rect> GetBoundingRects(int arg0)
Parameters
Returns
GetBoundingRectsIgnoringVisibility(int)
public List<Rect> GetBoundingRectsIgnoringVisibility(int arg0)
Parameters
Returns
GetDisplayCutout()
public DisplayCutout GetDisplayCutout()
Returns
GetDisplayShape()
public DisplayShape GetDisplayShape()
Returns
GetFrame()
public Size GetFrame()
Returns
GetInsets(int)
public Insets GetInsets(int arg0)
Parameters
Returns
GetInsetsIgnoringVisibility(int)
public Insets GetInsetsIgnoringVisibility(int arg0)
Parameters
Returns
GetMandatorySystemGestureInsets()
[Obsolete("Deprecated in JVM")]
public Insets GetMandatorySystemGestureInsets()
Returns
GetPrivacyIndicatorBounds()
public Rect GetPrivacyIndicatorBounds()
Returns
GetRoundedCorner(int)
public RoundedCorner GetRoundedCorner(int arg0)
Parameters
Returns
GetStableInsetBottom()
[Obsolete("Deprecated in JVM")]
public int GetStableInsetBottom()
Returns
GetStableInsetLeft()
[Obsolete("Deprecated in JVM")]
public int GetStableInsetLeft()
Returns
GetStableInsetRight()
[Obsolete("Deprecated in JVM")]
public int GetStableInsetRight()
Returns
GetStableInsetTop()
[Obsolete("Deprecated in JVM")]
public int GetStableInsetTop()
Returns
GetStableInsets()
[Obsolete("Deprecated in JVM")]
public Insets GetStableInsets()
Returns
GetSystemGestureInsets()
[Obsolete("Deprecated in JVM")]
public Insets GetSystemGestureInsets()
Returns
GetSystemWindowInsetBottom()
[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetBottom()
Returns
GetSystemWindowInsetLeft()
[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetLeft()
Returns
GetSystemWindowInsetRight()
[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetRight()
Returns
GetSystemWindowInsetTop()
[Obsolete("Deprecated in JVM")]
public int GetSystemWindowInsetTop()
Returns
GetSystemWindowInsets()
[Obsolete("Deprecated in JVM")]
public Insets GetSystemWindowInsets()
Returns
GetTappableElementInsets()
[Obsolete("Deprecated in JVM")]
public Insets GetTappableElementInsets()
Returns
HasInsets()
public bool HasInsets()
Returns
HasStableInsets()
[Obsolete("Deprecated in JVM")]
public bool HasStableInsets()
Returns
HasSystemWindowInsets()
[Obsolete("Deprecated in JVM")]
public bool HasSystemWindowInsets()
Returns
Inset(Insets)
public WindowInsets Inset(Insets arg0)
Parameters
Returns
Inset(int, int, int, int)
public WindowInsets Inset(int arg0, int arg1, int arg2, int arg3)
Parameters
Returns
IsConsumed()
public bool IsConsumed()
Returns
IsRound()
public bool IsRound()
Returns
IsVisible(int)
public bool IsVisible(int arg0)
Parameters
Returns
ReplaceSystemWindowInsets(Rect)
[Obsolete("Deprecated in JVM")]
public WindowInsets ReplaceSystemWindowInsets(Rect arg0)
Parameters
Returns
ReplaceSystemWindowInsets(int, int, int, int)
[Obsolete("Deprecated in JVM")]
public WindowInsets ReplaceSystemWindowInsets(int arg0, int arg1, int arg2, int arg3)