Class WindowInsetsController
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
initializerIJVMBridgeBaseInitializer
Properties
APPEARANCE_LIGHT_CAPTION_BARS
public static int APPEARANCE_LIGHT_CAPTION_BARS { get; set; }
Property Value
APPEARANCE_LIGHT_NAVIGATION_BARS
public static int APPEARANCE_LIGHT_NAVIGATION_BARS { get; set; }
Property Value
APPEARANCE_LIGHT_STATUS_BARS
public static int APPEARANCE_LIGHT_STATUS_BARS { get; set; }
Property Value
APPEARANCE_TRANSPARENT_CAPTION_BAR_BACKGROUND
public static int APPEARANCE_TRANSPARENT_CAPTION_BAR_BACKGROUND { get; set; }
Property Value
BEHAVIOR_DEFAULT
public static int BEHAVIOR_DEFAULT { get; set; }
Property Value
BEHAVIOR_SHOW_BARS_BY_SWIPE
[Obsolete("Deprecated in JVM")]
public static int BEHAVIOR_SHOW_BARS_BY_SWIPE { get; set; }
Property Value
BEHAVIOR_SHOW_BARS_BY_TOUCH
[Obsolete("Deprecated in JVM")]
public static int BEHAVIOR_SHOW_BARS_BY_TOUCH { get; set; }
Property Value
BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE
public static int BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
AddOnControllableInsetsChangedListener(OnControllableInsetsChangedListener)
public void AddOnControllableInsetsChangedListener(WindowInsetsController.OnControllableInsetsChangedListener arg0)
Parameters
ControlWindowInsetsAnimation(int, long, Interpolator, CancellationSignal, WindowInsetsAnimationControlListener)
public void ControlWindowInsetsAnimation(int arg0, long arg1, Interpolator arg2, CancellationSignal arg3, WindowInsetsAnimationControlListener arg4)
Parameters
arg0intarg1longarg2Interpolatorarg3CancellationSignalarg4WindowInsetsAnimationControlListener
GetSystemBarsAppearance()
public int GetSystemBarsAppearance()
Returns
GetSystemBarsBehavior()
public int GetSystemBarsBehavior()
Returns
Hide(int)
public void Hide(int arg0)
Parameters
RemoveOnControllableInsetsChangedListener(OnControllableInsetsChangedListener)
public void RemoveOnControllableInsetsChangedListener(WindowInsetsController.OnControllableInsetsChangedListener arg0)
Parameters
SetSystemBarsAppearance(int, int)
public void SetSystemBarsAppearance(int arg0, int arg1)
Parameters
SetSystemBarsBehavior(int)
public void SetSystemBarsBehavior(int arg0)
Parameters
Show(int)
public void Show(int arg0)