Table of Contents

Class WindowInsetsController

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

Constructors

WindowInsetsController(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 WindowInsetsController(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

APPEARANCE_LIGHT_CAPTION_BARS

public static int APPEARANCE_LIGHT_CAPTION_BARS { get; set; }

Property Value

int

APPEARANCE_LIGHT_NAVIGATION_BARS

public static int APPEARANCE_LIGHT_NAVIGATION_BARS { get; set; }

Property Value

int

APPEARANCE_LIGHT_STATUS_BARS

public static int APPEARANCE_LIGHT_STATUS_BARS { get; set; }

Property Value

int

APPEARANCE_TRANSPARENT_CAPTION_BAR_BACKGROUND

public static int APPEARANCE_TRANSPARENT_CAPTION_BAR_BACKGROUND { get; set; }

Property Value

int

BEHAVIOR_DEFAULT

public static int BEHAVIOR_DEFAULT { get; set; }

Property Value

int

BEHAVIOR_SHOW_BARS_BY_SWIPE

[Obsolete("Deprecated in JVM")]
public static int BEHAVIOR_SHOW_BARS_BY_SWIPE { get; set; }

Property Value

int

BEHAVIOR_SHOW_BARS_BY_TOUCH

[Obsolete("Deprecated in JVM")]
public static int BEHAVIOR_SHOW_BARS_BY_TOUCH { get; set; }

Property Value

int

BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE

public static int BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

AddOnControllableInsetsChangedListener(OnControllableInsetsChangedListener)

public void AddOnControllableInsetsChangedListener(WindowInsetsController.OnControllableInsetsChangedListener arg0)

Parameters

arg0 WindowInsetsController.OnControllableInsetsChangedListener

WindowInsetsController.OnControllableInsetsChangedListener

ControlWindowInsetsAnimation(int, long, Interpolator, CancellationSignal, WindowInsetsAnimationControlListener)

public void ControlWindowInsetsAnimation(int arg0, long arg1, Interpolator arg2, CancellationSignal arg3, WindowInsetsAnimationControlListener arg4)

Parameters

arg0 int

int

arg1 long

long

arg2 Interpolator

Interpolator

arg3 CancellationSignal

CancellationSignal

arg4 WindowInsetsAnimationControlListener

WindowInsetsAnimationControlListener

GetSystemBarsAppearance()

public int GetSystemBarsAppearance()

Returns

int

int

GetSystemBarsBehavior()

public int GetSystemBarsBehavior()

Returns

int

int

Hide(int)

public void Hide(int arg0)

Parameters

arg0 int

int

RemoveOnControllableInsetsChangedListener(OnControllableInsetsChangedListener)

public void RemoveOnControllableInsetsChangedListener(WindowInsetsController.OnControllableInsetsChangedListener arg0)

Parameters

arg0 WindowInsetsController.OnControllableInsetsChangedListener

WindowInsetsController.OnControllableInsetsChangedListener

SetSystemBarsAppearance(int, int)

public void SetSystemBarsAppearance(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

SetSystemBarsBehavior(int)

public void SetSystemBarsBehavior(int arg0)

Parameters

arg0 int

int

Show(int)

public void Show(int arg0)

Parameters

arg0 int

int