Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java79 private final AnimatedFloat mBubbleBarTranslationY = new AnimatedFloat( field in BubbleBarViewController
175 mBubbleBarTranslationY.animateToValue(mBubbleStashController.getBubbleBarTranslationY()) in onBubbleBarClicked()
202 return mBubbleBarTranslationY; in getBubbleBarTranslationY()
369 mBarView.setTranslationY(mBubbleBarTranslationY.value in updateTranslationY()
527 mBubbleBarTranslationY.updateValue(mBarView.getTranslationY()); in onBubbleBarDragEnd()