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.java111 private float mPercentTransitionedToDot = 1f; field in BubbleFlyoutView
327 mPercentTransitionedToDot = Math.max(0f, Math.min(percentCollapsed, 1f)); in setCollapsePercent()
328 mPercentStillFlyout = (1f - mPercentTransitionedToDot); in setCollapsePercent()
331 final float translationX = mPercentTransitionedToDot in setCollapsePercent()
349 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()
370 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground()
371 final float height = getHeight() - (mFlyoutToDotHeightDelta * mPercentTransitionedToDot); in renderBackground()
375 mBgTranslationX = mTranslationXWhenDot * mPercentTransitionedToDot; in renderBackground()
376 mBgTranslationY = mTranslationYWhenDot * mPercentTransitionedToDot; in renderBackground()
391 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()
[all …]