FLAG_PRIVATE top-level constant
int
const FLAG_PRIVATE
Display flag: Indicates that the display is private. Only the application that owns the display and apps that are already on the display can create windows on it.
See Display.flag
Implementation
const int FLAG_PRIVATE = 1 << 2;