FLAG_LAYOUT_IN_SCREEN constant Null safety
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;
Window flag for attached windows: Place the window within the entire screen, ignoring any constraints from the parent window.
static const int FLAG_LAYOUT_IN_SCREEN = 0x00000100;