Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java130 private float mRestingTranslationX = 0f; field in BubbleFlyoutView
228 mRestingTranslationX = mArrowPointingLeft in showFlyout()
234 mRestingTranslationX + (arrowPointingLeft ? -mBubbleSize : mBubbleSize)); in showFlyout()
238 mFlyoutSpring.animateToFinalPosition(mRestingTranslationX); in showFlyout()
297 return mRestingTranslationX; in getRestingTranslationX()