Home
last modified time | relevance | path

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

12

/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java448 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y); in snapToWidget()
449 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f); in snapToWidget()
450 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f); in snapToWidget()
451 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f); in snapToWidget()
452 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f); in snapToWidget()
458 AnimatorSet set = LauncherAnimUtils.createAnimatorSet(); in snapToWidget()
DAppsCustomizeTabHost.java265 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f); in onTabChanged()
282 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f); in onTabChanged()
290 final AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet(); in onTabChanged()
DDragView.java83 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f); in DragView()
206 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f); in crossFade()
DLauncher.java1647 LauncherAnimUtils.onDestroyActivity(); in onDestroy()
2351 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha, in growAndFadeOutFolderIcon()
2368 ObjectAnimator oa = LauncherAnimUtils.ofPropertyValuesHolder(mFolderIconImageView, alpha, in shrinkAndFadeInFolderIcon()
2664 final ObjectAnimator alphaAnim = LauncherAnimUtils in showAppsCustomizeHelper()
2682 mStateAnimation = LauncherAnimUtils.createAnimatorSet(); in showAppsCustomizeHelper()
2751 LauncherAnimUtils.startAnimationAfterNextDraw(mStateAnimation, toView); in showAppsCustomizeHelper()
2837 final ObjectAnimator alphaAnim = LauncherAnimUtils in hideAppsCustomizeHelper()
2850 mStateAnimation = LauncherAnimUtils.createAnimatorSet(); in hideAppsCustomizeHelper()
2880 LauncherAnimUtils.startAnimationAfterNextDraw(mStateAnimation, toView); in hideAppsCustomizeHelper()
3034 mDividerAnimator = LauncherAnimUtils.createAnimatorSet(); in showDockDivider()
[all …]
DInterruptibleInOutAnimator.java49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration); in InterruptibleInOutAnimator()
DFolderIcon.java202 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToAcceptState()
231 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToNaturalState()
578 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f); in animateFirstItem()
DLauncherAnimUtils.java29 public class LauncherAnimUtils { class
DLauncherViewPropertyAnimator.java228 LauncherAnimUtils.cancelOnDestroyActivity(this); in start()
DCellLayout.java1141 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f); in animateChildToPosition()
2337 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f); in animate()
2379 AnimatorSet s = LauncherAnimUtils.createAnimatorSet(); in completeAnimationImmediately()
2382 LauncherAnimUtils.ofFloat(child, "scaleX", getChildrenScale()), in completeAnimationImmediately()
2383 LauncherAnimUtils.ofFloat(child, "scaleY", getChildrenScale()), in completeAnimationImmediately()
2384 LauncherAnimUtils.ofFloat(child, "translationX", 0f), in completeAnimationImmediately()
2385 LauncherAnimUtils.ofFloat(child, "translationY", 0f) in completeAnimationImmediately()
DAppsCustomizePagedView.java534 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet(); in onClick()
535 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY); in onClick()
537 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f); in onClick()
DFolder.java424 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen()
474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()
DWorkspace.java1093 … mChildrenOutlineFadeInAnimation = LauncherAnimUtils.ofFloat(this, "childrenOutlineAlpha", 1.0f);
1103 … mChildrenOutlineFadeOutAnimation = LauncherAnimUtils.ofFloat(this, "childrenOutlineAlpha", 0.0f);
1149 LauncherAnimUtils.ofFloat(this, startAlpha, finalAlpha);
1575 AnimatorSet anim = animated ? LauncherAnimUtils.createAnimatorSet() : null;
1692 LauncherAnimUtils.ofFloat(cl, 0f, 1f).setDuration(duration);
DPagedView.java1824 mScrollIndicatorAnimator = LauncherAnimUtils.ofFloat(mScrollIndicator, "alpha", 1f); in showScrollingIndicator()
1850 mScrollIndicatorAnimator = LauncherAnimUtils.ofFloat(mScrollIndicator, "alpha", 0f); in hideScrollingIndicator()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java120 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange()
128 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange()
136 mCurrentAnimation = LauncherAnimUtils.ofPropertyValuesHolder(this, in onFocusChange()
DAppWidgetResizeFrame.java460 LauncherAnimUtils.ofPropertyValuesHolder(lp, this, width, height, x, y); in snapToWidget()
461 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f); in snapToWidget()
462 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f); in snapToWidget()
463 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f); in snapToWidget()
464 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f); in snapToWidget()
470 AnimatorSet set = LauncherAnimUtils.createAnimatorSet(); in snapToWidget()
DWorkspaceStateTransitionAnimation.java275 mStateAnimator = LauncherAnimUtils.createAnimatorSet(); in animateWorkspace()
382 LauncherAnimUtils.ofFloat(cl, 0f, 1f); in animateWorkspace()
492 LauncherAnimUtils.ofFloat(mWorkspace, startAlpha, finalAlpha); in animateBackgroundGradient()
DLauncherClings.java162 anim = LauncherAnimUtils.ofFloat(content, "translationY", 0); in showLongPressCling()
168 anim = LauncherAnimUtils.ofPropertyValuesHolder(content, scaleX, scaleY); in showLongPressCling()
DDragView.java95 mAnim = LauncherAnimUtils.ofFloat(this, 0f, 1f); in DragView()
231 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f); in crossFade()
DInterruptibleInOutAnimator.java51 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration); in InterruptibleInOutAnimator()
DFolderIcon.java236 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToAcceptState()
265 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToNaturalState()
654 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f); in animateFirstItem()
DLauncherAnimUtils.java34 public class LauncherAnimUtils { class
DLauncherViewPropertyAnimator.java232 LauncherAnimUtils.cancelOnDestroyActivity(this); in start()
DLauncherStateTransitionAnimation.java201 final AnimatorSet animation = LauncherAnimUtils.createAnimatorSet(); in startAnimationToOverlay()
489 final AnimatorSet animation = LauncherAnimUtils.createAnimatorSet(); in startAnimationToWorkspaceFromOverlay()
DCellLayout.java1020 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f); in animateChildToPosition()
2186 ValueAnimator va = LauncherAnimUtils.ofFloat(child, 0f, 1f); in animate()
2237 AnimatorSet s = LauncherAnimUtils.createAnimatorSet(); in completeAnimationImmediately()
2240 LauncherAnimUtils.ofFloat(child, "scaleX", getChildrenScale()), in completeAnimationImmediately()
2241 LauncherAnimUtils.ofFloat(child, "scaleY", getChildrenScale()), in completeAnimationImmediately()
2242 LauncherAnimUtils.ofFloat(child, "translationX", 0f), in completeAnimationImmediately()
2243 LauncherAnimUtils.ofFloat(child, "translationY", 0f) in completeAnimationImmediately()
DFolder.java474 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateOpen()
489 AnimatorSet anim = LauncherAnimUtils.createAnimatorSet(); in animateOpen()
644 LauncherAnimUtils.ofPropertyValuesHolder(this, alpha, scaleX, scaleY); in animateClosed()

12