Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java132 private float mFlyoutToDotHeightDelta = 0f; field in BubbleFlyoutView
313 mFlyoutToDotHeightDelta = getHeight() - newDotSize; in updateDot()
434 final float height = getHeight() - (mFlyoutToDotHeightDelta * mPercentTransitionedToDot); in renderBackground()