Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java115 private float mFlyoutToDotHeightDelta = 0f; field in BubbleFlyoutView
243 mFlyoutToDotHeightDelta = getHeight() - mNewDotSize; in showFlyout()
313 final float height = getHeight() - (mFlyoutToDotHeightDelta * mPercentTransitionedToDot); in renderBackground()