# Print output for @column tags ?> WindowInsets.Side - Android SDK | Android Developers

Most visited

Recently visited

WindowInsets.Side

public static final class WindowInsets.Side
extends Object

java.lang.Object
   ↳ android.view.WindowInsets.Side


Class that defines different sides for insets.

Summary

Constants

int BOTTOM

int LEFT

int RIGHT

int TOP

Public methods

static int all()

Inherited methods

Constants

BOTTOM

public static final int BOTTOM

Constant Value: 8 (0x00000008)

LEFT

public static final int LEFT

Constant Value: 1 (0x00000001)

public static final int RIGHT

Constant Value: 4 (0x00000004)

TOP

public static final int TOP

Constant Value: 2 (0x00000002)

Public methods

all

public static int all ()

Returns
int all four sides. Value is either 0 or a combination of LEFT, TOP, RIGHT, and BOTTOM