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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java46 * Drawable that shows a ripple effect in response to state changes. The
47 * anchoring position of the ripple for a given state may be specified by
55 * <code>&lt!-- A red ripple masked against an opaque rectangle. --/>
62 * If a mask layer is set, the ripple effect will be masked against that layer
65 * If no mask layer is set, the ripple effect is masked against the composite
68 * <code>&lt!-- A blue ripple drawn atop a black rectangle. --/>
73 * &lt!-- A red ripple drawn atop a drawable resource. --/>
79 * If no child layers or mask is specified and the ripple is set as a View
80 * background, the ripple will be drawn atop the first available parent
84 * <code>&lt!-- An unbounded green ripple
689 removeRipple(Ripple ripple) argument
703 getRippleIndex(Ripple ripple) argument
[all...]

Completed in 36 milliseconds