Searched refs:mRipple (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleDrawable.java | 142 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() 537 if (mRipple == null || mBackground == null) { in setHotspot() 543 if (mRipple != null) { in setHotspot() 544 mRipple.move(x, y); in setHotspot() 579 if (mRipple == null) { in tryRippleEnter() 592 mRipple = new RippleForeground(this, mHotspotBounds, x, y, isBounded, mForceSoftware); in tryRippleEnter() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileBaseView.java | 43 protected RippleDrawable mRipple; field in QSTileBaseView 92 mRipple = tileBackground; in setRipple() 103 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize() 126 if (mRipple != null) { in onLayout() 169 setBackground(clickable ? mRipple : null); in setClickable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonView.java | 66 private final KeyButtonRipple mRipple; field in KeyButtonView 112 mRipple = new KeyButtonRipple(context, this); in KeyButtonView() 113 setBackground(mRipple); in KeyButtonView() 290 mRipple.setDarkIntensity(darkIntensity); in setDarkIntensity()
|