Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java106 private float mPercentTransitionedToDot = 1f; field in BubbleFlyoutView
286 mPercentTransitionedToDot = Math.max(0f, Math.min(percentCollapsed, 1f)); in setCollapsePercent()
287 mPercentStillFlyout = (1f - mPercentTransitionedToDot); in setCollapsePercent()
291 (mArrowPointingLeft ? -getWidth() : getWidth()) * mPercentTransitionedToDot); in setCollapsePercent()
299 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()
320 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground()
321 final float height = getHeight() - (mFlyoutToDotHeightDelta * mPercentTransitionedToDot); in renderBackground()
322 final float interpolatedRadius = mNewDotRadius * mPercentTransitionedToDot in renderBackground()
323 + mCornerRadius * (1 - mPercentTransitionedToDot); in renderBackground()
326 mBgTranslationX = mTranslationXWhenDot * mPercentTransitionedToDot; in renderBackground()
[all …]