Searched refs:useContentDetection (Results 1 – 3 of 3) sorted by relevance
94 const char* toContentDetectionString(bool useContentDetection) { in toContentDetectionString() argument95 return useContentDetection ? "on" : "off"; in toContentDetectionString()123 {.useContentDetection = sysprop::use_content_detection_for_refresh_rate(false)}) { in Scheduler()585 if (!mOptions.useContentDetection || layer->getWindowType() == WindowInfo::Type::STATUS_BAR) { in registerLayer()748 toContentDetectionString(mOptions.useContentDetection), in dump()
228 bool useContentDetection; member
47 {.useContentDetection = true}) {}