Home
last modified time | relevance | path

Searched refs:getPathShadow (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java96 shadow = getPathShadow(outline, canvas, elevation, child.getAlpha()); in drawShadow()
116 private static BufferedImage getPathShadow(Outline outline, Canvas canvas, float elevation, in getPathShadow() method in ViewGroup_Delegate