Searched refs:mPercentTransitionedToDot (Results 1 – 1 of 1) sorted by relevance
128 private float mPercentTransitionedToDot = 1f; field in BubbleFlyoutView396 mPercentTransitionedToDot = Math.max(0f, Math.min(percentCollapsed, 1f)); in setCollapsePercent()397 mPercentStillFlyout = (1f - mPercentTransitionedToDot); in setCollapsePercent()400 final float translationX = mPercentTransitionedToDot in setCollapsePercent()418 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()475 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground()476 final float height = getHeight() - (mFlyoutToDotHeightDelta * mPercentTransitionedToDot); in renderBackground()480 mBgTranslationX = mTranslationXWhenDot * mPercentTransitionedToDot; in renderBackground()481 mBgTranslationY = mTranslationYWhenDot * mPercentTransitionedToDot; in renderBackground()496 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()[all …]