HomeSort by relevance Sort by last modified time
    Searched defs:Ripple (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
Ripple.java 35 * Draws a Material ripple.
37 class Ripple {
57 /** Maximum ripple radius. */
110 * Creates a new ripple.
112 public Ripple(RippleDrawable owner, Rect bounds, float startingX, float startingY) {
211 * Draws the ripple centered at (0,0) using the specified paint.
263 * Returns the maximum bounds of the ripple relative to the ripple center.
274 * the ripple has already entered.
417 * removing the ripple from the list of animating ripples
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelCircleView.java 65 private ArrayList<Ripple> mRipples = new ArrayList<Ripple>();
149 Ripple ripple = mRipples.get(i); local
150 ripple.draw(canvas);
482 Ripple ripple = new Ripple(circleCenterX, circleCenterY, radius); local
483 ripple.start();
542 private class Ripple {
    [all...]

Completed in 57 milliseconds