Searched refs:mRipple (Results 1 – 2 of 2) sorted by relevance
142 private RippleForeground mRipple; field in RippleDrawable215 if (mRipple != null) { in jumpToCurrentState()216 mRipple.end(); in jumpToCurrentState()310 if (mRipple != null) { in onBoundsChange()311 mRipple.onBoundsChange(); in onBoundsChange()531 if (mRipple == null || mBackground == null) { in setHotspot()537 if (mRipple != null) { in setHotspot()538 mRipple.move(x, y); in setHotspot()573 if (mRipple == null) { in tryRippleEnter()586 mRipple = new RippleForeground(this, mHotspotBounds, x, y, isBounded, mForceSoftware); in tryRippleEnter()[all …]
38 private RippleDrawable mRipple; field in QSTileBaseView77 mRipple = tileBackground; in setRipple()88 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()103 if (mRipple != null) { in onLayout()