Example usage for Java android.view WindowInsets fields, constructors, methods, implement or subclass
The text is from its open source code.
WindowInsets | consumeSystemWindowInsets() Returns a copy of this WindowInsets with the system window insets fully consumed. |
int | getSystemWindowInsetBottom() Returns the bottom system window inset in pixels. |
int | getSystemWindowInsetLeft() Returns the left system window inset in pixels. |
int | getSystemWindowInsetRight() Returns the right system window inset in pixels. |
int | getSystemWindowInsetTop() Returns the top system window inset in pixels. |
boolean | isRound() Returns true if the associated window has a round shape. |
WindowInsets | replaceSystemWindowInsets(int left, int top, int right, int bottom) Returns a copy of this WindowInsets with selected system window insets replaced with new values. |
String | toString() |