Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java114 private float mFlyoutToDotWidthDelta = 0f; field in BubbleFlyoutView
242 mFlyoutToDotWidthDelta = getWidth() - mNewDotSize; in showFlyout()
312 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground()