Searched defs:Shadow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java73 Shadow s = getRectShadow(parent, canvas, child, outline);
92 private static Shadow getRectShadow(ViewGroup parent, Canvas canvas, View child,
117 return new Shadow(shadow, shadowSize);
195 private static class Shadow { class in class:ViewGroup_Delegate
199 public Shadow(BufferedImage shadow, int shadowWidth) { method in class:ViewGroup_Delegate.Shadow

Completed in 127 milliseconds