Searched refs:PropertyListBuilder (Results 1 – 2 of 2) sorted by relevance
12 public class PropertyListBuilder { class16 public PropertyListBuilder translationX(float value) { in translationX()21 public PropertyListBuilder translationY(float value) { in translationY()26 public PropertyListBuilder scaleX(float value) { in scaleX()31 public PropertyListBuilder scaleY(float value) { in scaleY()39 public PropertyListBuilder scale(float value) { in scale()43 public PropertyListBuilder alpha(float value) { in alpha()
177 import com.android.launcher3.anim.PropertyListBuilder;2544 ValueAnimator bounceAnim = new PropertyListBuilder().alpha(1).scale(1).build(v)