Home | History | Annotate | Download | only in launcher3

Lines Matching refs:ObjectAnimator

23 import android.animation.ObjectAnimator;
3052 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
3072 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
3410 ObjectAnimator panelAlphaAndDrift = ObjectAnimator.ofPropertyValuesHolder(revealView,
3423 ObjectAnimator pageDrift = ObjectAnimator.ofFloat(page, "translationY", yDrift, 0);
3431 ObjectAnimator itemsAlpha = ObjectAnimator.ofFloat(page, "alpha", 0f, 1f);
3440 ObjectAnimator indicatorsAlpha =
3441 ObjectAnimator.ofFloat(pageIndicators, "alpha", 1f);
3656 ObjectAnimator panelDriftY = LauncherAnimUtils.ofFloat(revealView, "translationY",
3663 ObjectAnimator panelDriftX = LauncherAnimUtils.ofFloat(revealView, "translationX",
3673 ObjectAnimator panelAlpha = LauncherAnimUtils.ofFloat(revealView, "alpha",
3684 ObjectAnimator pageDrift = LauncherAnimUtils.ofFloat(page, "translationY",
3693 ObjectAnimator itemsAlpha = LauncherAnimUtils.ofFloat(page, "alpha", 1f, 0f);
3701 ObjectAnimator indicatorsAlpha =