Home | History | Annotate | Download | only in core

Lines Matching defs:Shadow

20 // Simple class that draws a drop shadow around content at given bounds.
21 class WM_EXPORT Shadow : public ui::ImplicitAnimationObserver {
36 Shadow();
37 virtual ~Shadow();
43 // used to adjust the shadow's size and position (rather than applying
50 // Moves and resizes the shadow layer to frame |content_bounds|.
53 // Sets the shadow's style, animating opacity as necessary.
60 // Updates the shadow images to the current |style_|.
63 // Updates the shadow layer bounds based on the inteior inset and the current
70 // The parent layer of the shadow layer. It serves as a container accessible
71 // from the outside to control the visibility of the shadow.
74 // The actual shadow layer corresponding to a cc::NinePatchLayer.
77 // Size of the current shadow image.
80 // Bounds of the content that the shadow encloses.
83 // The interior inset of the shadow images. The content bounds of the image
87 DISALLOW_COPY_AND_ASSIGN(Shadow);