Home
last modified time | relevance | path

Searched defs:canDrawShadows (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DContainerLayer.h37 bool canDrawShadows() const override { return false; } in canDrawShadows() function
H A DLayer.h1043 virtual bool canDrawShadows() const { return true; } in canDrawShadows() function