Searched refs:FLAG_OWN_CONTENT_ONLY (Results 1 – 4 of 4) sorted by relevance
89 public static final int FLAG_OWN_CONTENT_ONLY = 1 << 7; field in DisplayDeviceInfo464 if ((flags & FLAG_OWN_CONTENT_ONLY) != 0) { in flagsToString()
361 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY; in getDisplayDeviceInfoLocked()
464 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY; in getDisplayDeviceInfoLocked()
1358 final boolean ownContent = (info.flags & DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY) != 0; in configureDisplayLocked()