Searched refs:LauncherViewPropertyAnimator (Results 1 – 5 of 5) sorted by relevance
28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener { class59 public LauncherViewPropertyAnimator(View target) { in LauncherViewPropertyAnimator() method in LauncherViewPropertyAnimator235 public LauncherViewPropertyAnimator translationX(float value) { in translationX()241 public LauncherViewPropertyAnimator translationY(float value) { in translationY()247 public LauncherViewPropertyAnimator scaleX(float value) { in scaleX()253 public LauncherViewPropertyAnimator scaleY(float value) { in scaleY()259 public LauncherViewPropertyAnimator rotationY(float value) { in rotationY()265 public LauncherViewPropertyAnimator alpha(float value) { in alpha()271 public LauncherViewPropertyAnimator withLayer() { in withLayer()
352 LauncherViewPropertyAnimator scale = new LauncherViewPropertyAnimator(mWorkspace); in animateWorkspace()371 LauncherViewPropertyAnimator alphaAnim = in animateWorkspace()372 new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets()); in animateWorkspace()391 pageIndicatorAlpha = new LauncherViewPropertyAnimator(pageIndicator) in animateWorkspace()400 LauncherViewPropertyAnimator hotseatAlpha = new LauncherViewPropertyAnimator(hotseat) in animateWorkspace()404 LauncherViewPropertyAnimator overviewPanelAlpha = in animateWorkspace()405 new LauncherViewPropertyAnimator(overviewPanel).alpha(finalOverviewPanelAlpha); in animateWorkspace()
28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener { class57 public LauncherViewPropertyAnimator(View target) { in LauncherViewPropertyAnimator() method in LauncherViewPropertyAnimator231 public LauncherViewPropertyAnimator translationX(float value) { in translationX()237 public LauncherViewPropertyAnimator translationY(float value) { in translationY()243 public LauncherViewPropertyAnimator scaleX(float value) { in scaleX()249 public LauncherViewPropertyAnimator scaleY(float value) { in scaleY()255 public LauncherViewPropertyAnimator rotationY(float value) { in rotationY()261 public LauncherViewPropertyAnimator alpha(float value) { in alpha()
1672 LauncherViewPropertyAnimator a = new LauncherViewPropertyAnimator(cl);1682 LauncherViewPropertyAnimator alphaAnim =1683 new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
2656 final LauncherViewPropertyAnimator scaleAnim = new LauncherViewPropertyAnimator(toView); in showAppsCustomizeHelper()2830 final LauncherViewPropertyAnimator scaleAnim = in hideAppsCustomizeHelper()2831 new LauncherViewPropertyAnimator(fromView); in hideAppsCustomizeHelper()