Searched refs:getBubbleBarTranslationY (Results 1 – 3 of 3) sorted by relevance
102 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 BubbleStashController411 mIconTranslationYForStash.updateValue(getBubbleBarTranslationY()); in showBubbleBarImmediate()
130 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
438 return new PointF(dragEndTranslationX, mController.getBubbleBarTranslationY()); in getBubbleBarDragReleaseTranslation()613 return displayHeight - bubbleBarHeight + (int) mController.getBubbleBarTranslationY(); in getRestingTopPositionOnScreen()1254 float getBubbleBarTranslationY(); in getBubbleBarTranslationY() method