Home
last modified time | relevance | path

Searched refs:PropertyListBuilder (Results 1 – 5 of 5) 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/notification/
DNotificationFooterLayout.java34 import com.android.launcher3.anim.PropertyListBuilder;
159 Animator moveAndScaleIcon = new PropertyListBuilder().scale(scale) in animateFirstNotificationTo()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java92 import com.android.launcher3.anim.PropertyListBuilder;
1534 anim.play(new PropertyListBuilder() in createAdjacentPageAnimForTaskLaunch()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java90 import com.android.launcher3.anim.PropertyListBuilder;
2373 ValueAnimator bounceAnim = new PropertyListBuilder().alpha(1).scale(1).build(v) in createNewAppBounceAnimation()
DCellLayout.java59 import com.android.launcher3.anim.PropertyListBuilder;
2071 a = new PropertyListBuilder() in completeAnimationImmediately()