Home
last modified time | relevance | path

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

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