Home
last modified time | relevance | path

Searched refs:LauncherViewPropertyAnimator (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherViewPropertyAnimator.java28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener { class
59 public LauncherViewPropertyAnimator(View target) { in LauncherViewPropertyAnimator() method in LauncherViewPropertyAnimator
235 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()
DWorkspaceStateTransitionAnimation.java352 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()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherViewPropertyAnimator.java28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener { class
57 public LauncherViewPropertyAnimator(View target) { in LauncherViewPropertyAnimator() method in LauncherViewPropertyAnimator
231 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()
DWorkspace.java1672 LauncherViewPropertyAnimator a = new LauncherViewPropertyAnimator(cl);
1682 LauncherViewPropertyAnimator alphaAnim =
1683 new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
DLauncher.java2656 final LauncherViewPropertyAnimator scaleAnim = new LauncherViewPropertyAnimator(toView); in showAppsCustomizeHelper()
2830 final LauncherViewPropertyAnimator scaleAnim = in hideAppsCustomizeHelper()
2831 new LauncherViewPropertyAnimator(fromView); in hideAppsCustomizeHelper()