Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java132 private float mFlyoutToDotWidthDelta = 0f; field in BubbleFlyoutView
312 mFlyoutToDotWidthDelta = getWidth() - newDotSize; in updateDot()
435 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground()