Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java67 private AnimatedFloat mIconScaleForStash; field in BubbleStashController
101 mIconScaleForStash = mBarViewController.getBubbleBarScale(); in init()
138 animatorSet.playTogether(mIconScaleForStash.animateToValue(1), in animateAfterUnlock()
294 mIconScaleForStash.animateToValue(STASHED_BAR_SCALE)); in createStashAnimator()
304 mIconScaleForStash.animateToValue(1), in createStashAnimator()
413 mIconScaleForStash.updateValue(1); in showBubbleBarImmediate()
424 mIconScaleForStash.updateValue(STASHED_BAR_SCALE); in stashBubbleBarImmediate()
441 mIconScaleForStash.updateValue(STASHED_BAR_SCALE); in onNewBubbleAnimationInterrupted()
447 mIconScaleForStash.updateValue(1); in onNewBubbleAnimationInterrupted()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java227 private AnimatedFloat mIconScaleForStash; field in TaskbarStashController
317 mIconScaleForStash = taskbarViewController.getTaskbarIconScaleForStash(); in init()
675 mIconScaleForStash.animateToValue(mActivity.isPhoneMode() ? in createAnimToIsStashed()
691 mIconScaleForStash.animateToValue(1), in createAnimToIsStashed()