FLAG_LAYOUT_IN_SCREEN constant

int const FLAG_LAYOUT_IN_SCREEN

Window flag for attached windows: Place the window within the entire screen, ignoring any constraints from the parent window.

Implementation

static const int FLAG_LAYOUT_IN_SCREEN = 0x00000100;