Searched refs:LauncherAnimUtils (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
H A DAppWidgetResizeFrame.java448 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y);
449 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
450 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f);
451 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
452 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
458 AnimatorSet set = LauncherAnimUtils.createAnimatorSet();
H A DLauncherAnimUtils.java29 public class LauncherAnimUtils { class
H A DDragView.java83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f);
206 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f);
H A DAppsCustomizeTabHost.java265 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
282 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
290 final AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
H A DFolderIcon.java202 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
231 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
578 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f);
H A DLauncherViewPropertyAnimator.java228 LauncherAnimUtils.cancelOnDestroyActivity(this);
H A DLauncher.java1612 LauncherAnimUtils.onDestroyActivity();
2293 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
2310 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
2606 final ObjectAnimator alphaAnim = LauncherAnimUtils
2624 mStateAnimation = LauncherAnimUtils.createAnimatorSet();
2693 LauncherAnimUtils.startAnimationAfterNextDraw(mStateAnimation, toView);
2779 final ObjectAnimator alphaAnim = LauncherAnimUtils
2792 mStateAnimation = LauncherAnimUtils.createAnimatorSet();
2822 LauncherAnimUtils.startAnimationAfterNextDraw(mStateAnimation, toView);
2976 mDividerAnimator = LauncherAnimUtils
[all...]
H A DFolder.java424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
H A DCellLayout.java1141 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2337 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2379 AnimatorSet s = LauncherAnimUtils.createAnimatorSet();
2382 LauncherAnimUtils.ofFloat(child, "scaleX", getChildrenScale()),
2383 LauncherAnimUtils.ofFloat(child, "scaleY", getChildrenScale()),
2384 LauncherAnimUtils.ofFloat(child, "translationX", 0f),
2385 LauncherAnimUtils.ofFloat(child, "translationY", 0f)
H A DAppsCustomizePagedView.java532 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
533 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
535 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
H A DWorkspace.java1092 mChildrenOutlineFadeInAnimation = LauncherAnimUtils.ofFloat(this, "childrenOutlineAlpha", 1.0f);
1102 mChildrenOutlineFadeOutAnimation = LauncherAnimUtils.ofFloat(this, "childrenOutlineAlpha", 0.0f);
1148 LauncherAnimUtils.ofFloat(this, startAlpha, finalAlpha);
1574 AnimatorSet anim = animated ? LauncherAnimUtils.createAnimatorSet() : null;
1691 LauncherAnimUtils.ofFloat(cl, 0f, 1f).setDuration(duration);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInterruptibleInOutAnimator.java49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
H A DSearchDropTargetBar.java74 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "translationY", 0,
77 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "alpha", 1f, 0f);
120 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "translationY",
125 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "alpha", 0f, 1f);
H A DAppWidgetResizeFrame.java444 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y);
445 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
446 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f);
447 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
448 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
454 AnimatorSet set = LauncherAnimUtils.createAnimatorSet();
H A DLauncherAnimUtils.java30 public class LauncherAnimUtils { class
H A DDragView.java83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f);
215 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f);
H A DAppsCustomizeTabHost.java270 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
287 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
295 final AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
H A DLauncherViewPropertyAnimator.java232 LauncherAnimUtils.cancelOnDestroyActivity(this);
H A DFolderIcon.java229 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
258 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
627 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f);
H A DLauncher.java1962 LauncherAnimUtils.onDestroyActivity();
2704 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
2721 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha,
3022 final ObjectAnimator alphaAnim = LauncherAnimUtils
3040 mStateAnimation = LauncherAnimUtils.createAnimatorSet();
3092 LauncherAnimUtils.startAnimationAfterNextDraw(mStateAnimation, toView);
3172 final ObjectAnimator alphaAnim = LauncherAnimUtils
3185 mStateAnimation = LauncherAnimUtils.createAnimatorSet();
3210 LauncherAnimUtils.startAnimationAfterNextDraw(mStateAnimation, toView);
3903 final AnimatorSet anim = LauncherAnimUtils
[all...]
H A DCellLayout.java1133 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2342 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f);
2386 AnimatorSet s = LauncherAnimUtils.createAnimatorSet();
2389 LauncherAnimUtils.ofFloat(child, "scaleX", getChildrenScale()),
2390 LauncherAnimUtils.ofFloat(child, "scaleY", getChildrenScale()),
2391 LauncherAnimUtils.ofFloat(child, "translationX", 0f),
2392 LauncherAnimUtils.ofFloat(child, "translationY", 0f)
H A DAppsCustomizePagedView.java528 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
529 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
531 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
H A DFolder.java451 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
524 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
H A DWorkspace.java1452 mChildrenOutlineFadeInAnimation = LauncherAnimUtils.ofFloat(this, "childrenOutlineAlpha", 1.0f);
1462 mChildrenOutlineFadeOutAnimation = LauncherAnimUtils.ofFloat(this, "childrenOutlineAlpha", 0.0f);
1508 LauncherAnimUtils.ofFloat(this, startAlpha, finalAlpha);
2128 AnimatorSet anim = animated ? LauncherAnimUtils.createAnimatorSet() : null;
2253 LauncherAnimUtils.ofFloat(cl, 0f, 1f);

Completed in 349 milliseconds

12