Searched refs:RippleForeground (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleForeground.java | 40 class RippleForeground extends RippleComponent { class 103 public RippleForeground(RippleDrawable owner, Rect bounds, float startingX, float startingY, in RippleForeground() method in RippleForeground 421 private static final FloatProperty<RippleForeground> TWEEN_RADIUS = 422 new FloatProperty<RippleForeground>("tweenRadius") { 424 public void setValue(RippleForeground object, float value) { 430 public Float get(RippleForeground object) { 438 private static final FloatProperty<RippleForeground> TWEEN_ORIGIN = 439 new FloatProperty<RippleForeground>("tweenOrigin") { 441 public void setValue(RippleForeground object, float value) { 448 public Float get(RippleForeground object) { [all …]
|
D | RippleDrawable.java | 141 private RippleForeground mRipple; 155 private RippleForeground[] mExitingRipples; 228 final RippleForeground[] ripples = mExitingRipples; in cancelExitingRipples() 306 final RippleForeground[] ripples = mExitingRipples; in onBoundsChange() 572 mRipple = new RippleForeground(this, mHotspotBounds, x, y, mForceSoftware); in tryRippleEnter() 586 mExitingRipples = new RippleForeground[MAX_RIPPLES]; in tryRippleExit() 630 final RippleForeground[] ripples = mExitingRipples; in onHotspotBoundsChanged() 703 final RippleForeground[] ripples = mExitingRipples; in pruneRipples() 827 final RippleForeground active = mRipple; in drawBackgroundAndRipples() 846 final RippleForeground[] ripples = mExitingRipples; in drawBackgroundAndRipples() [all …]
|
/frameworks/base/config/ |
D | preloaded-classes | 1328 android.graphics.drawable.RippleForeground$1 1329 android.graphics.drawable.RippleForeground$2 1330 android.graphics.drawable.RippleForeground$3 1331 android.graphics.drawable.RippleForeground$4 1332 android.graphics.drawable.RippleForeground
|