Searched refs:FLAG_FULLSCREEN (Results 1 – 2 of 2) sorted by relevance
123 internal const val FLAG_FULLSCREEN = 0x00000400 constant
53 get() = this.attributes.flags.and(PlatformConsts.FLAG_FULLSCREEN) > 0 in <lambda>()