View.InvokeFitsSystemWindows Método

Definição

Cuidado

The View.fitsSystemWindows() method was REMOVED by Google in API-16. DO NOT USE.

Invoca o comportamento herdado do fit-system-windows dessa exibição.

[Android.Runtime.Register("fitsSystemWindows", "()Z", "GetInvokeFitsSystemWindowsHandler")]
[System.Obsolete("The View.fitsSystemWindows() method was REMOVED by Google in API-16. DO NOT USE.")]
public virtual bool InvokeFitsSystemWindows();
[<Android.Runtime.Register("fitsSystemWindows", "()Z", "GetInvokeFitsSystemWindowsHandler")>]
[<System.Obsolete("The View.fitsSystemWindows() method was REMOVED by Google in API-16. DO NOT USE.")>]
abstract member InvokeFitsSystemWindows : unit -> bool
override this.InvokeFitsSystemWindows : unit -> bool

Retornos

O resultado da invocação se ajusta à operação de janelas do sistema.

Atributos

Comentários

Documentação Java para android.view.View.fitsSystemWindows().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a