Home
last modified time | relevance | path

Searched refs:bubbleBarTranslationY (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java437 public void onNewBubbleAnimationInterrupted(boolean isStashed, float bubbleBarTranslationY) { in onNewBubbleAnimationInterrupted() argument
448 mIconTranslationYForStash.updateValue(bubbleBarTranslationY); in onNewBubbleAnimationInterrupted()
DBubbleBarPinController.kt94 bottomMargin = -bubbleStashController.bubbleBarTranslationY.toInt() in <lambda>()
DBubblePinController.kt106 -bubbleStashController.bubbleBarTranslationY.toInt() + in <lambda>()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt272 whenever(bubbleStashController.bubbleBarTranslationY) in animateToInitialState_inApp()
315 whenever(bubbleStashController.bubbleBarTranslationY) in animateToInitialState_inApp_autoExpanding()
353 whenever(bubbleStashController.bubbleBarTranslationY) in animateToInitialState_inHome()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt310 animator.spring(DynamicAnimation.TRANSLATION_Y, bubbleStashController.bubbleBarTranslationY) in <lambda>()