Home
last modified time | relevance | path

Searched refs:mRipple (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java142 private RippleForeground mRipple; field in RippleDrawable
215 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileBaseView.java38 private RippleDrawable mRipple; field in QSTileBaseView
77 mRipple = tileBackground; in setRipple()
88 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
103 if (mRipple != null) { in onLayout()