/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarPinningController.kt | 70 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 …]
|
D | TaskbarStashController.java | 709 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 …]
|
D | VoiceInteractionWindowController.kt | 121 .animateToValue(taskbarIconAlpha) in setIsVoiceInteractionWindowVisible() 126 .animateToValue(taskbarIconAlpha) in setIsVoiceInteractionWindowVisible() 134 .animateToValue(taskbarIconAlpha) in setIsVoiceInteractionWindowVisible()
|
D | TaskbarLauncherStateController.java | 585 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));
|
D | TaskbarForceVisibleImmersiveController.java | 124 mIconAlphaForDimming.animateToValue(NAV_BAR_ICONS_UNDIM_PCT).setDuration( in undimIcons() 137 mIconAlphaForDimming.animateToValue(NAV_BAR_ICONS_DIM_PCT).setDuration( in dimIcons()
|
D | TaskbarDesktopModeController.kt | 47 taskbarControllers.taskbarCornerRoundness.animateToValue(cornerRadius).start() in isInDesktopMode()
|
D | TaskbarDragLayerController.java | 123 ObjectAnimator objectAnimator = mTaskbarBackgroundProgress.animateToValue( in init() 155 animatorSet.play(mBgTaskbarRecreate.animateToValue(0f)); in onDestroyAnimation()
|
D | TaskbarSpringOnStashController.java | 95 return mTranslationForStash.animateToValue(0); in createResetAnimForUnstash()
|
D | TaskbarViewController.java | 258 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()
|
D | LauncherTaskbarUIController.java | 606 mLauncherPauseProgress.animateToValue(0.0f).start(); in onLauncherResume() 615 mLauncherPauseProgress.animateToValue(1.0f).start(); in onLauncherPause()
|
D | TaskbarScrimViewController.java | 147 ObjectAnimator anim = mScrimAlpha.animateToValue(showScrim ? alpha : 0); in showScrim()
|
D | TaskbarTranslationController.java | 165 ObjectAnimator animator = mTranslationYForSwipe.animateToValue(0); in createAnimToResetTranslation()
|
D | KeyboardQuickSwitchView.java | 467 Animator outlineAnimation = mOutlineAnimationProgress.animateToValue(0f); 535 Animator outlineAnimation = mOutlineAnimationProgress.animateToValue(1f);
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/ |
D | TransientBubbleStashController.kt | 175 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 …]
|
D | PersistentBubbleStashController.kt | 153 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/ |
D | AnimatedFloat.java | 77 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
|
D | PendingAnimation.java | 102 Animator anim = target.animateToValue(from, to); in addAnimatedFloat()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | MultiPropertyFactory.java | 182 public Animator animateToValue(float value) { in animateToValue() method in MultiPropertyFactory.MultiProperty
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | WorkspaceRevealAnim.java | 99 .getSysUIMultiplier().animateToValue(0f, 1f)); in WorkspaceRevealAnim()
|
D | BorderAnimator.kt | 189 return borderAnimationProgress.animateToValue(if (isAppearing) 1f else 0f).apply { in <lambda>()
|
D | StaggeredWorkspaceAnim.java | 185 .animateToValue(0f, 1f).setDuration(duration)); in StaggeredWorkspaceAnim()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | SysUiScrim.java | 132 ObjectAnimator oa = mSysUiAnimMultiplier.animateToValue(1); in draw()
|
D | PreloadIconDrawable.java | 324 Animator iconScaleAnimator = mIconScaleMultiplier.animateToValue(1); in setInternalProgress()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | ProgressDelegateInputConsumer.java | 165 ObjectAnimator anim = mProgress.animateToValue(endValue); in onDragEnd()
|
D | DeviceLockedInputConsumer.java | 213 ObjectAnimator animator = mProgress.animateToValue(mProgress.value, 0); in finishTouchTracking()
|