Home
last modified time | relevance | path

Searched refs:PropertyListBuilder (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DPropertyListBuilder.java12 public class PropertyListBuilder { class
16 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()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java177 import com.android.launcher3.anim.PropertyListBuilder;
2544 ValueAnimator bounceAnim = new PropertyListBuilder().alpha(1).scale(1).build(v)