-
Notifications
You must be signed in to change notification settings - Fork 2
/
IWindowInsetsController.xml
422 lines (422 loc) · 32.7 KB
/
IWindowInsetsController.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<Type Name="IWindowInsetsController" FullName="Android.Views.IWindowInsetsController">
<TypeSignature Language="C#" Value="public interface IWindowInsetsController : Android.Runtime.IJavaObject, IDisposable, Java.Interop.IJavaPeerable" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IWindowInsetsController implements class Android.Runtime.IJavaObject, class Java.Interop.IJavaPeerable, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Android.Views.IWindowInsetsController" />
<TypeSignature Language="F#" Value="type IWindowInsetsController = interface
 interface IJavaObject
 interface IDisposable
 interface IJavaPeerable" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Android.Runtime.IJavaObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Java.Interop.IJavaPeerable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("android/view/WindowInsetsController", "", "Android.Views.IWindowInsetsControllerInvoker", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/view/WindowInsetsController", "", "Android.Views.IWindowInsetsControllerInvoker", ApiSince=30)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Interface to control windows that generate insets.</summary>
<remarks>
<para>Interface to control windows that generate insets.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/WindowInsetsController" title="Reference documentation">Java documentation for <code>android.view.WindowInsetsController</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="AddOnControllableInsetsChangedListener">
<MemberSignature Language="C#" Value="public void AddOnControllableInsetsChangedListener (Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener listener);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void AddOnControllableInsetsChangedListener(class Android.Views.IWindowInsetsController/IOnControllableInsetsChangedListener listener) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Views.IWindowInsetsController.AddOnControllableInsetsChangedListener(Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener)" />
<MemberSignature Language="F#" Value="abstract member AddOnControllableInsetsChangedListener : Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener -> unit" Usage="iWindowInsetsController.AddOnControllableInsetsChangedListener listener" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("addOnControllableInsetsChangedListener", "(Landroid/view/WindowInsetsController$OnControllableInsetsChangedListener;)V", "GetAddOnControllableInsetsChangedListener_Landroid_view_WindowInsetsController_OnControllableInsetsChangedListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("addOnControllableInsetsChangedListener", "(Landroid/view/WindowInsetsController$OnControllableInsetsChangedListener;)V", "GetAddOnControllableInsetsChangedListener_Landroid_view_WindowInsetsController_OnControllableInsetsChangedListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="listener" Type="Android.Views.IWindowInsetsController+IOnControllableInsetsChangedListener" />
</Parameters>
<Docs>
<param name="listener">The listener to add.</param>
<summary>Adds a <c>OnControllableInsetsChangedListener</c> to the window insets controller.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/WindowInsetsController#addOnControllableInsetsChangedListener(android.view.OnControllableInsetsChangedListener)" title="Reference documentation">Java documentation for <code>android.view.WindowInsetsController.addOnControllableInsetsChangedListener(android.view.OnControllableInsetsChangedListener)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ControlWindowInsetsAnimation">
<MemberSignature Language="C#" Value="public void ControlWindowInsetsAnimation (int types, long durationMillis, Android.Views.Animations.IInterpolator? interpolator, Android.OS.CancellationSignal? cancellationSignal, Android.Views.IWindowInsetsAnimationControlListener listener);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ControlWindowInsetsAnimation(int32 types, int64 durationMillis, class Android.Views.Animations.IInterpolator interpolator, class Android.OS.CancellationSignal cancellationSignal, class Android.Views.IWindowInsetsAnimationControlListener listener) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Views.IWindowInsetsController.ControlWindowInsetsAnimation(System.Int32,System.Int64,Android.Views.Animations.IInterpolator,Android.OS.CancellationSignal,Android.Views.IWindowInsetsAnimationControlListener)" />
<MemberSignature Language="F#" Value="abstract member ControlWindowInsetsAnimation : int * int64 * Android.Views.Animations.IInterpolator * Android.OS.CancellationSignal * Android.Views.IWindowInsetsAnimationControlListener -> unit" Usage="iWindowInsetsController.ControlWindowInsetsAnimation (types, durationMillis, interpolator, cancellationSignal, listener)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("controlWindowInsetsAnimation", "(IJLandroid/view/animation/Interpolator;Landroid/os/CancellationSignal;Landroid/view/WindowInsetsAnimationControlListener;)V", "GetControlWindowInsetsAnimation_IJLandroid_view_animation_Interpolator_Landroid_os_CancellationSignal_Landroid_view_WindowInsetsAnimationControlListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("controlWindowInsetsAnimation", "(IJLandroid/view/animation/Interpolator;Landroid/os/CancellationSignal;Landroid/view/WindowInsetsAnimationControlListener;)V", "GetControlWindowInsetsAnimation_IJLandroid_view_animation_Interpolator_Landroid_os_CancellationSignal_Landroid_view_WindowInsetsAnimationControlListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="types" Type="System.Int32" />
<Parameter Name="durationMillis" Type="System.Int64" />
<Parameter Name="interpolator" Type="Android.Views.Animations.IInterpolator" />
<Parameter Name="cancellationSignal" Type="Android.OS.CancellationSignal" />
<Parameter Name="listener" Type="Android.Views.IWindowInsetsAnimationControlListener" />
</Parameters>
<Docs>
<param name="types">The <c>WindowInsets.Type</c>s the application has requested to control.</param>
<param name="durationMillis">Duration of animation in
<c>java.util.concurrent.TimeUnit#MILLISECONDS</c>, or -1 if the
animation doesn't have a predetermined duration. This value will be
passed to <c>WindowInsetsAnimation#getDurationMillis()</c></param>
<param name="interpolator">The interpolator used for this animation, or <c>null</c> if this
animation doesn't follow an interpolation curve. This value will be
passed to <c>WindowInsetsAnimation#getInterpolator()</c> and used to
calculate <c>WindowInsetsAnimation#getInterpolatedFraction()</c>.</param>
<param name="listener">The <c>WindowInsetsAnimationControlListener</c> that gets called when the
windows are ready to be controlled, among other callbacks.</param>
<param name="cancellationSignal">A cancellation signal that the caller can use to cancel the
request to obtain control, or once they have control, to cancel the
control.</param>
<summary>Lets the application control window inset animations in a frame-by-frame manner by modifying
the position of the windows in the system causing insets directly.</summary>
<remarks>
<para>Lets the application control window inset animations in a frame-by-frame manner by modifying
the position of the windows in the system causing insets directly.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/WindowInsetsController#controlWindowInsetsAnimation(int,%20long,%20android.view.animation.Interpolator,%20android.os.CancellationSignal,%20android.view.WindowInsetsAnimationControlListener)" title="Reference documentation">Java documentation for <code>android.view.WindowInsetsController.controlWindowInsetsAnimation(int, long, android.view.animation.Interpolator, android.os.CancellationSignal, android.view.WindowInsetsAnimationControlListener)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Hide">
<MemberSignature Language="C#" Value="public void Hide (int types);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Hide(int32 types) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Views.IWindowInsetsController.Hide(System.Int32)" />
<MemberSignature Language="F#" Value="abstract member Hide : int -> unit" Usage="iWindowInsetsController.Hide types" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("hide", "(I)V", "GetHide_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("hide", "(I)V", "GetHide_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="types" Type="System.Int32" />
</Parameters>
<Docs>
<param name="types">A bitmask of <c>WindowInsets.Type</c> specifying what windows the app
would like to make disappear.</param>
<summary>Makes a set of windows causing insets disappear.</summary>
<remarks>
<para>Makes a set of windows causing insets disappear.</para>
<para>Note that if the window currently doesn't have control over a certain type, it will apply the
change as soon as the window gains control. The app can listen to the event by observing
<c>View#onApplyWindowInsets</c> and checking visibility with <c>WindowInsets#isVisible</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/WindowInsetsController#hide(int)" title="Reference documentation">Java documentation for <code>android.view.WindowInsetsController.hide(int)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="RemoveOnControllableInsetsChangedListener">
<MemberSignature Language="C#" Value="public void RemoveOnControllableInsetsChangedListener (Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener listener);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void RemoveOnControllableInsetsChangedListener(class Android.Views.IWindowInsetsController/IOnControllableInsetsChangedListener listener) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Views.IWindowInsetsController.RemoveOnControllableInsetsChangedListener(Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener)" />
<MemberSignature Language="F#" Value="abstract member RemoveOnControllableInsetsChangedListener : Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener -> unit" Usage="iWindowInsetsController.RemoveOnControllableInsetsChangedListener listener" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("removeOnControllableInsetsChangedListener", "(Landroid/view/WindowInsetsController$OnControllableInsetsChangedListener;)V", "GetRemoveOnControllableInsetsChangedListener_Landroid_view_WindowInsetsController_OnControllableInsetsChangedListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("removeOnControllableInsetsChangedListener", "(Landroid/view/WindowInsetsController$OnControllableInsetsChangedListener;)V", "GetRemoveOnControllableInsetsChangedListener_Landroid_view_WindowInsetsController_OnControllableInsetsChangedListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="listener" Type="Android.Views.IWindowInsetsController+IOnControllableInsetsChangedListener" />
</Parameters>
<Docs>
<param name="listener">The listener to remove.</param>
<summary>Removes a <c>OnControllableInsetsChangedListener</c> from the window insets controller.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/WindowInsetsController#removeOnControllableInsetsChangedListener(android.view.OnControllableInsetsChangedListener)" title="Reference documentation">Java documentation for <code>android.view.WindowInsetsController.removeOnControllableInsetsChangedListener(android.view.OnControllableInsetsChangedListener)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="SetSystemBarsAppearance">
<MemberSignature Language="C#" Value="public void SetSystemBarsAppearance (int appearance, int mask);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetSystemBarsAppearance(int32 appearance, int32 mask) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Views.IWindowInsetsController.SetSystemBarsAppearance(System.Int32,System.Int32)" />
<MemberSignature Language="F#" Value="abstract member SetSystemBarsAppearance : int * int -> unit" Usage="iWindowInsetsController.SetSystemBarsAppearance (appearance, mask)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("setSystemBarsAppearance", "(II)V", "GetSetSystemBarsAppearance_IIHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("setSystemBarsAppearance", "(II)V", "GetSetSystemBarsAppearance_IIHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appearance" Type="System.Int32">
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDef(Fields=new System.String[] { "AppearanceLightStatusBars", "AppearanceLightNavigationBars" }, Flag=true, Type="Android.Views.IWindowInsetsController")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDef(Fields=new System.String[] { "AppearanceLightStatusBars", "AppearanceLightNavigationBars" }, Flag=true, Type="Android.Views.IWindowInsetsController")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="mask" Type="System.Int32">
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDef(Fields=new System.String[] { "AppearanceLightStatusBars", "AppearanceLightNavigationBars" }, Flag=true, Type="Android.Views.IWindowInsetsController")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDef(Fields=new System.String[] { "AppearanceLightStatusBars", "AppearanceLightNavigationBars" }, Flag=true, Type="Android.Views.IWindowInsetsController")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="appearance">Bitmask of appearance flags.</param>
<param name="mask">Specifies which flags of appearance should be changed.</param>
<summary>Controls the appearance of system bars.</summary>
<remarks>
<para>Controls the appearance of system bars.</para>
<para>For example, the following statement adds <c>#APPEARANCE_LIGHT_STATUS_BARS</c>:</para>
<code lang="text/java">setSystemBarsAppearance(APPEARANCE_LIGHT_STATUS_BARS, APPEARANCE_LIGHT_STATUS_BARS)
</code>
<para>And the following statement clears it:</para>
<code lang="text/java">setSystemBarsAppearance(0, APPEARANCE_LIGHT_STATUS_BARS)
</code>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/WindowInsetsController#setSystemBarsAppearance(int,%20int)" title="Reference documentation">Java documentation for <code>android.view.WindowInsetsController.setSystemBarsAppearance(int, int)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Show">
<MemberSignature Language="C#" Value="public void Show (int types);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Show(int32 types) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Views.IWindowInsetsController.Show(System.Int32)" />
<MemberSignature Language="F#" Value="abstract member Show : int -> unit" Usage="iWindowInsetsController.Show types" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("show", "(I)V", "GetShow_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("show", "(I)V", "GetShow_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="types" Type="System.Int32" />
</Parameters>
<Docs>
<param name="types">A bitmask of <c>WindowInsets.Type</c> specifying what windows the app
would like to make appear on screen.</param>
<summary>Makes a set of windows that cause insets appear on screen.</summary>
<remarks>
<para>Makes a set of windows that cause insets appear on screen.</para>
<para>Note that if the window currently doesn't have control over a certain type, it will apply the
change as soon as the window gains control. The app can listen to the event by observing
<c>View#onApplyWindowInsets</c> and checking visibility with <c>WindowInsets#isVisible</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/view/WindowInsetsController#show(int)" title="Reference documentation">Java documentation for <code>android.view.WindowInsetsController.show(int)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="SystemBarsAppearance">
<MemberSignature Language="C#" Value="public int SystemBarsAppearance { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 SystemBarsAppearance" />
<MemberSignature Language="DocId" Value="P:Android.Views.IWindowInsetsController.SystemBarsAppearance" />
<MemberSignature Language="F#" Value="member this.SystemBarsAppearance : int" Usage="Android.Views.IWindowInsetsController.SystemBarsAppearance" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getSystemBarsAppearance", "()I", "GetGetSystemBarsAppearanceHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getSystemBarsAppearance", "()I", "GetGetSystemBarsAppearanceHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SystemBarsBehavior">
<MemberSignature Language="C#" Value="public int SystemBarsBehavior { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 SystemBarsBehavior" />
<MemberSignature Language="DocId" Value="P:Android.Views.IWindowInsetsController.SystemBarsBehavior" />
<MemberSignature Language="F#" Value="member this.SystemBarsBehavior : int with get, set" Usage="Android.Views.IWindowInsetsController.SystemBarsBehavior" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getSystemBarsBehavior", "()I", "GetGetSystemBarsBehaviorHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getSystemBarsBehavior", "()I", "GetGetSystemBarsBehaviorHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[set: Android.Runtime.Register("setSystemBarsBehavior", "(I)V", "GetSetSystemBarsBehavior_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]</AttributeName>
<AttributeName Language="F#">[<set: Android.Runtime.Register("setSystemBarsBehavior", "(I)V", "GetSetSystemBarsBehavior_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[set: System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>