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
209 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileView.java69 private RippleDrawable mRipple; field in QSTileView
208 mRipple = tileBackground; in setRipple()
272 if (mRipple != null) { in onLayout()
290 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()