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

  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 130 private Ripple mRipple;
208 if (mRipple != null) {
209 needsDraw |= mRipple.isHardwareAnimating();
210 mRipple.jump();
478 if (mRipple == null || mBackground == null) {
484 if (mRipple != null) {
485 mRipple.move(x, y);
520 if (mRipple == null) {
531 mRipple = new Ripple(this, mHotspotBounds, x, y);
535 mRipple.setup(mState.mMaxRadius, color, mDensity)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTileView.java 63 private RippleDrawable mRipple;
198 mRipple = tileBackground;
260 if (mRipple != null) {
278 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad);

Completed in 545 milliseconds