Searched refs:FLAG_OWN_CONTENT_ONLY (Results 1 – 4 of 4) sorted by relevance
88 public static final int FLAG_OWN_CONTENT_ONLY = 1 << 7; field in DisplayDeviceInfo416 if ((flags & FLAG_OWN_CONTENT_ONLY) != 0) { in flagsToString()
313 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY; in getDisplayDeviceInfoLocked()
424 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY; in getDisplayDeviceInfoLocked()
914 final boolean ownContent = (info.flags & DisplayDeviceInfo.FLAG_OWN_CONTENT_ONLY) != 0; in configureDisplayInTransactionLocked()