Searched refs:LauncherViewPropertyAnimator (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener { class in inherits:Animator,AnimatorListener
58 public LauncherViewPropertyAnimator(View target) { method in class:LauncherViewPropertyAnimator
235 public LauncherViewPropertyAnimator translationX(float value) {
241 public LauncherViewPropertyAnimator translationY(float value) {
247 public LauncherViewPropertyAnimator scaleX(float value) {
253 public LauncherViewPropertyAnimator scaleY(float value) {
259 public LauncherViewPropertyAnimator rotationY(float value) {
265 public LauncherViewPropertyAnimator alpha(float value) {
271 public LauncherViewPropertyAnimator withLayer() {
H A DWorkspace.java2229 LauncherViewPropertyAnimator scale = new LauncherViewPropertyAnimator(this);
2244 LauncherViewPropertyAnimator alphaAnim =
2245 new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
2268 pageIndicatorAlpha = new LauncherViewPropertyAnimator(pageIndicator)
2276 Animator hotseatAlpha = new LauncherViewPropertyAnimator(hotseat)
2280 Animator searchBarAlpha = new LauncherViewPropertyAnimator(searchBar)
2284 Animator overviewPanelAlpha = new LauncherViewPropertyAnimator(overviewPanel)
H A DLauncher.java3014 final LauncherViewPropertyAnimator scaleAnim = new LauncherViewPropertyAnimator(toView);
3165 final LauncherViewPropertyAnimator scaleAnim =
3166 new LauncherViewPropertyAnimator(fromView);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener { class in inherits:Animator,AnimatorListener
57 public LauncherViewPropertyAnimator(View target) { method in class:LauncherViewPropertyAnimator
231 public LauncherViewPropertyAnimator translationX(float value) {
237 public LauncherViewPropertyAnimator translationY(float value) {
243 public LauncherViewPropertyAnimator scaleX(float value) {
249 public LauncherViewPropertyAnimator scaleY(float value) {
255 public LauncherViewPropertyAnimator rotationY(float value) {
261 public LauncherViewPropertyAnimator alpha(float value) {
H A DLauncher.java2598 final LauncherViewPropertyAnimator scaleAnim = new LauncherViewPropertyAnimator(toView);
2772 final LauncherViewPropertyAnimator scaleAnim =
2773 new LauncherViewPropertyAnimator(fromView);
H A DWorkspace.java1671 LauncherViewPropertyAnimator a = new LauncherViewPropertyAnimator(cl);
1681 LauncherViewPropertyAnimator alphaAnim =
1682 new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());

Completed in 808 milliseconds