Searched refs:mRipple (Results 1 – 2 of 2) sorted by relevance
142 private RippleForeground mRipple; field in RippleDrawable209 if (mRipple != null) { in jumpToCurrentState()210 mRipple.end(); in jumpToCurrentState()301 if (mRipple != null) { in onBoundsChange()302 mRipple.onBoundsChange(); in onBoundsChange()533 if (mRipple == null || mBackground == null) { in setHotspot()539 if (mRipple != null) { in setHotspot()540 mRipple.move(x, y); in setHotspot()574 if (mRipple == null) { in tryRippleEnter()587 mRipple = new RippleForeground(this, mHotspotBounds, x, y, isBounded); in tryRippleEnter()[all …]
69 private RippleDrawable mRipple; field in QSTileView208 mRipple = tileBackground; in setRipple()272 if (mRipple != null) { in onLayout()290 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()