Home
last modified time | relevance | path

Searched refs:animateToValue (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPinningController.kt70 val animateToValue = in init() constant
79 taskbarSharedState.taskbarWasPinned = animateToValue == PINNING_TRANSIENT in init()
80 animateTaskbarPinning(animateToValue) in init()
102 fun animateTaskbarPinning(animateToValue: Float) { in animateTaskbarPinning()
105 getAnimatorSetForTaskbarPinningAnimation(animateToValue).apply { in animateTaskbarPinning()
116 fun getAnimatorSetForTaskbarPinningAnimation(animateToValue: Float): AnimatorSet { in getAnimatorSetForTaskbarPinningAnimation()
122 dragLayerController.taskbarBackgroundProgress.animateToValue(animateToValue), in getAnimatorSetForTaskbarPinningAnimation()
123 taskbarViewController.taskbarIconTranslationYForPinning.animateToValue(animateToValue), in getAnimatorSetForTaskbarPinningAnimation()
124 taskbarViewController.taskbarIconScaleForPinning.animateToValue(animateToValue), in getAnimatorSetForTaskbarPinningAnimation()
125 taskbarViewController.taskbarIconTranslationXForPinning.animateToValue(animateToValue), in getAnimatorSetForTaskbarPinningAnimation()
[all …]
DTaskbarStashController.java709 mAnimator.play(mIconAlphaForStash.animateToValue(isStashed ? 0 : 1) in createAnimToIsStashed()
711 mAnimator.playTogether(mTaskbarBackgroundOffset.animateToValue(isStashed ? 1 : 0) in createAnimToIsStashed()
713 mAnimator.playTogether(mIconTranslationYForStash.animateToValue(isStashed in createAnimToIsStashed()
716 mAnimator.play(mTaskbarImeBgAlpha.animateToValue( in createAnimToIsStashed()
773 fullLengthAnimatorSet.play(mIconTranslationYForStash.animateToValue(stashTranslation)); in createAnimToIsStashed()
774 fullLengthAnimatorSet.play(mTaskbarBackgroundOffset.animateToValue(1)); in createAnimToIsStashed()
777 mIconAlphaForStash.animateToValue(0), in createAnimToIsStashed()
778 mIconScaleForStash.animateToValue(mActivity.isPhoneMode() ? in createAnimToIsStashed()
782 mTaskbarStashedHandleAlpha.animateToValue(1) in createAnimToIsStashed()
794 mIconScaleForStash.animateToValue(1), in createAnimToIsStashed()
[all …]
DVoiceInteractionWindowController.kt121 .animateToValue(taskbarIconAlpha) in setIsVoiceInteractionWindowVisible()
126 .animateToValue(taskbarIconAlpha) in setIsVoiceInteractionWindowVisible()
134 .animateToValue(taskbarIconAlpha) in setIsVoiceInteractionWindowVisible()
DTaskbarLauncherStateController.java585 Animator taskbarVisibility = mTaskbarAlpha.animateToValue(taskbarAlpha); in onStateChangeApplied()
656 Animator taskbarBackgroundAlpha = mTaskbarBackgroundAlpha.animateToValue( in onStateChangeApplied()
687 animatorSet.play(mTaskbarCornerRoundness.animateToValue(cornerRoundness)); in onStateChangeApplied()
727 .animateToValue(toAlignment) in onStateChangeApplied()
779 Animator taskbarIconAlpha = mTaskbarAlphaForHome.animateToValue( in setupPinnedTaskbarAnimation()
783 ObjectAnimator taskbarBackgroundOffset = taskbarBgOffset.animateToValue( in setupPinnedTaskbarAnimation()
790 taskbarIconsYTranslation = taskbarIconTranslationYForHome.animateToValue( in setupPinnedTaskbarAnimation()
793 taskbarIconsYTranslation = taskbarIconTranslationYForHome.animateToValue(0, in setupPinnedTaskbarAnimation()
1033 translationXAnimation.playTogether(iconsTranslationX.animateToValue(targetValue));
1044 translationXAnimation.playTogether(qsbTranslationX.animateToValue(qsbTargetX));
DTaskbarForceVisibleImmersiveController.java124 mIconAlphaForDimming.animateToValue(NAV_BAR_ICONS_UNDIM_PCT).setDuration( in undimIcons()
137 mIconAlphaForDimming.animateToValue(NAV_BAR_ICONS_DIM_PCT).setDuration( in dimIcons()
DTaskbarDesktopModeController.kt47 taskbarControllers.taskbarCornerRoundness.animateToValue(cornerRadius).start() in isInDesktopMode()
DTaskbarDragLayerController.java123 ObjectAnimator objectAnimator = mTaskbarBackgroundProgress.animateToValue( in init()
155 animatorSet.play(mBgTaskbarRecreate.animateToValue(0f)); in onDestroyAnimation()
DTaskbarSpringOnStashController.java95 return mTranslationForStash.animateToValue(0); in createResetAnimForUnstash()
DTaskbarViewController.java258 Animator animator = multiProperty.animateToValue(1f); in init()
334 mTranslationXAnimation = mTranslationXForBubbleBar.animateToValue(shiftX); in translateTaskbarXForBubbleBar()
388 mTaskbarIconAlpha.get(TaskbarViewController.ALPHA_INDEX_RECREATE).animateToValue( in onDestroyAnimation()
420 mTaskbarIconAlpha.get(ALPHA_INDEX_RECENTS_DISABLED).animateToValue(isDisabled ? 0 : 1) in setRecentsButtonDisabled()
1354 ObjectAnimator animator = mIconsTranslationXForNavbar.animateToValue(translationX); in createTaskbarIconsShiftAnimator()
DLauncherTaskbarUIController.java606 mLauncherPauseProgress.animateToValue(0.0f).start(); in onLauncherResume()
615 mLauncherPauseProgress.animateToValue(1.0f).start(); in onLauncherPause()
DTaskbarScrimViewController.java147 ObjectAnimator anim = mScrimAlpha.animateToValue(showScrim ? alpha : 0); in showScrim()
DTaskbarTranslationController.java165 ObjectAnimator animator = mTranslationYForSwipe.animateToValue(0); in createAnimToResetTranslation()
DKeyboardQuickSwitchView.java467 Animator outlineAnimation = mOutlineAnimationProgress.animateToValue(0f);
535 Animator outlineAnimation = mOutlineAnimationProgress.animateToValue(1f);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/
DTransientBubbleStashController.kt175 bubbleBarBackgroundScaleX.animateToValue(1f), in <lambda>()
176 bubbleBarBackgroundScaleY.animateToValue(1f), in <lambda>()
177 bubbleBarTranslationYAnimator.animateToValue(bubbleBarTranslationY), in <lambda>()
178 bubbleBarAlpha.animateToValue(1f), in <lambda>()
179 bubbleBarBubbleAlpha.animateToValue(1f), in <lambda>()
180 bubbleBarBackgroundAlpha.animateToValue(1f), in <lambda>()
184 stashHandleViewAlpha?.let { animatorSet.playTogether(it.animateToValue(1f)) } in <lambda>()
393 .animateToValue(getBarAlphaStart(isStashed), getBarAlphaEnd(isStashed)) in <lambda>()
419 bubbleBarBubbleTranslationY.animateToValue(bubbleTyStart, bubbleTyEnd).apply { in <lambda>()
443 bubbleBarTranslationYAnimator.animateToValue(translationYTarget).apply { in <lambda>()
[all …]
DPersistentBubbleStashController.kt153 bubbleBarScaleAnimator.animateToValue(1f), in animateAfterUnlock()
154 bubbleBarTranslationYAnimator.animateToValue(bubbleBarTranslationY), in animateAfterUnlock()
155 bubbleBarAlphaAnimator.animateToValue(1f), in animateAfterUnlock()
248 bubbleBarViewController.bubbleBarTranslationY.animateToValue(bubbleBarTranslationY) in animateBubbleBarY()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatedFloat.java77 public ObjectAnimator animateToValue(float end) { in animateToValue() method in AnimatedFloat
78 return animateToValue(value, end); in animateToValue()
84 public ObjectAnimator animateToValue(float start, float end) { in animateToValue() method in AnimatedFloat
DPendingAnimation.java102 Animator anim = target.animateToValue(from, to); in addAnimatedFloat()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DMultiPropertyFactory.java182 public Animator animateToValue(float value) { in animateToValue() method in MultiPropertyFactory.MultiProperty
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DWorkspaceRevealAnim.java99 .getSysUIMultiplier().animateToValue(0f, 1f)); in WorkspaceRevealAnim()
DBorderAnimator.kt189 return borderAnimationProgress.animateToValue(if (isAppearing) 1f else 0f).apply { in <lambda>()
DStaggeredWorkspaceAnim.java185 .animateToValue(0f, 1f).setDuration(duration)); in StaggeredWorkspaceAnim()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DSysUiScrim.java132 ObjectAnimator oa = mSysUiAnimMultiplier.animateToValue(1); in draw()
DPreloadIconDrawable.java324 Animator iconScaleAnimator = mIconScaleMultiplier.animateToValue(1); in setInternalProgress()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DProgressDelegateInputConsumer.java165 ObjectAnimator anim = mProgress.animateToValue(endValue); in onDragEnd()
DDeviceLockedInputConsumer.java213 ObjectAnimator animator = mProgress.animateToValue(mProgress.value, 0); in finishTouchTracking()

12