Home
last modified time | relevance | path

Searched refs:mIconTranslationYForStash (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java68 private AnimatedFloat mIconTranslationYForStash; field in BubbleStashController
102 mIconTranslationYForStash = mBarViewController.getBubbleBarTranslationY(); in init()
139 mIconTranslationYForStash.animateToValue(getBubbleBarTranslationY()), in animateAfterUnlock()
172 mIconTranslationYForStash.animateToValue(getBubbleBarTranslationYForHotseat()) in setBubblesShowingOnHome()
200 mIconTranslationYForStash.animateToValue(getBubbleBarTranslationYForTaskbar()) in setBubblesShowingOnOverview()
290 mIconTranslationYForStash.animateToValue(getStashTranslation())); in createStashAnimator()
305 mIconTranslationYForStash.animateToValue(translationY)); in createStashAnimator()
411 mIconTranslationYForStash.updateValue(getBubbleBarTranslationY()); in showBubbleBarImmediate()
423 mIconTranslationYForStash.updateValue(getStashTranslation()); in stashBubbleBarImmediate()
442 mIconTranslationYForStash.updateValue(getStashTranslation()); in onNewBubbleAnimationInterrupted()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java228 private AnimatedFloat mIconTranslationYForStash; field in TaskbarStashController
318 mIconTranslationYForStash = taskbarViewController.getTaskbarIconTranslationYForStash(); in init()
611 mAnimator.playTogether(mIconTranslationYForStash.animateToValue(isStashed in createAnimToIsStashed()
670 fullLengthAnimatorSet.play(mIconTranslationYForStash.animateToValue(stashTranslation)); in createAnimToIsStashed()
692 mIconTranslationYForStash.animateToValue(0)); in createAnimToIsStashed()