FLAG_LAYOUT_IN_OVERSCAN constant

int const FLAG_LAYOUT_IN_OVERSCAN

Window flag: allow window contents to extend in to the screen's overscan area, if there is one. The window should still correctly position its contents to take the overscan area into account.

Implementation

static const int FLAG_LAYOUT_IN_OVERSCAN = 0x02000000;