Java android.view WindowInsets fields, constructors, methods, implement or subclass

Example usage for Java android.view WindowInsets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view WindowInsets.

The text is from its open source code.

Method

WindowInsetsconsumeSystemWindowInsets()
Returns a copy of this WindowInsets with the system window insets fully consumed.
intgetSystemWindowInsetBottom()
Returns the bottom system window inset in pixels.
intgetSystemWindowInsetLeft()
Returns the left system window inset in pixels.
intgetSystemWindowInsetRight()
Returns the right system window inset in pixels.
intgetSystemWindowInsetTop()
Returns the top system window inset in pixels.
booleanisRound()
Returns true if the associated window has a round shape.
WindowInsetsreplaceSystemWindowInsets(int left, int top, int right, int bottom)
Returns a copy of this WindowInsets with selected system window insets replaced with new values.
StringtoString()