Searched refs:FLAG_OWN_CONTENT_ONLY (Results 1 – 5 of 5) sorted by relevance
90 public static final int FLAG_OWN_CONTENT_ONLY = 1 << 7; field in DisplayDeviceInfo499 if ((flags & FLAG_OWN_CONTENT_ONLY) != 0) { in flagsToString()
388 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY; in getDisplayDeviceInfoLocked()
353 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY; in getDisplayDeviceInfoLocked()
559 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY; in getDisplayDeviceInfoLocked()
1544 final boolean ownContent = (info.flags & DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY) != 0; in configureDisplayLocked()