Searched refs:skipEmptyFrames (Results 1 – 3 of 3) sorted by relevance
36 bool Properties::skipEmptyFrames = true; member in android::uirenderer::Properties114 skipEmptyFrames = property_get_bool(PROPERTY_SKIP_EMPTY_DAMAGE, true); in load()
196 static bool skipEmptyFrames; variable
437 if (dirty.isEmpty() && Properties::skipEmptyFrames && !surfaceRequiresRedraw()) { in draw()