Searched refs:hasBlur (Results 1 – 2 of 2) sorted by relevance
66 bool hasBlur() const;67 bool hasSomethingToDraw() const { return fillsColor() || drawShadows() || hasBlur(); } in hasSomethingToDraw()
68 } else if (hasBlur() || drawShadows()) { in prepareClientCompositionList()77 return !isHiddenByPolicy() && (getAlpha() > 0.0_hf || hasBlur()) && hasSomethingToDraw(); in isVisible()150 bool EffectLayer::hasBlur() const { in hasBlur() function in android::EffectLayer