Home
last modified time | relevance | path

Searched refs:getBubbleBarTranslationY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java102 mIconTranslationYForStash = mBarViewController.getBubbleBarTranslationY(); in init()
139 mIconTranslationYForStash.animateToValue(getBubbleBarTranslationY()), in animateAfterUnlock()
301 final float translationY = getBubbleBarTranslationY(); in createStashAnimator()
361 public float getBubbleBarTranslationY() { in getBubbleBarTranslationY() method in BubbleStashController
411 mIconTranslationYForStash.updateValue(getBubbleBarTranslationY()); in showBubbleBarImmediate()
DBubbleBarViewController.java130 public float getBubbleBarTranslationY() { in init()
131 return mBubbleStashController.getBubbleBarTranslationY(); in init()
175 mBubbleBarTranslationY.animateToValue(mBubbleStashController.getBubbleBarTranslationY()) in onBubbleBarClicked()
201 public AnimatedFloat getBubbleBarTranslationY() { in getBubbleBarTranslationY() method in BubbleBarViewController
DBubbleBarView.java438 return new PointF(dragEndTranslationX, mController.getBubbleBarTranslationY()); in getBubbleBarDragReleaseTranslation()
613 return displayHeight - bubbleBarHeight + (int) mController.getBubbleBarTranslationY(); in getRestingTopPositionOnScreen()
1254 float getBubbleBarTranslationY(); in getBubbleBarTranslationY() method