Searched defs:RippleForeground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleForeground.java37 class RippleForeground extends RippleComponent { class in inherits:RippleComponent
89 public RippleForeground(RippleDrawable owner, Rect bounds, float startingX, float startingY, method in class:RippleForeground
386 private static final FloatProperty<RippleForeground> TWEEN_RADIUS =
387 new FloatProperty<RippleForeground>("tweenRadius") {
389 public void setValue(RippleForeground object, float value) {
395 public Float get(RippleForeground object) {
403 private static final FloatProperty<RippleForeground> TWEEN_ORIGIN =
404 new FloatProperty<RippleForeground>("tweenOrigin") {
406 public void setValue(RippleForeground object, float value) {
413 public Float get(RippleForeground objec
[all...]

Completed in 356 milliseconds