Searched refs:mPercentTransitionedToDot (Results 1 – 1 of 1) sorted by relevance
124 private float mPercentTransitionedToDot = 1f; field in BubbleFlyoutView390 mPercentTransitionedToDot = Math.max(0f, Math.min(percentCollapsed, 1f)); in setCollapsePercent()391 mPercentStillFlyout = (1f - mPercentTransitionedToDot); in setCollapsePercent()394 final float translationX = mPercentTransitionedToDot in setCollapsePercent()412 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()438 mBgTranslationX = mTranslationXWhenDot * mPercentTransitionedToDot; in renderBackground()439 mBgTranslationY = mTranslationYWhenDot * mPercentTransitionedToDot; in renderBackground()454 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()520 if (mPercentTransitionedToDot > 0.98f) { in getOutline()536 return mNewDotRadius * mPercentTransitionedToDot in getInterpolatedRadius()[all …]