Searched refs:mPercentTransitionedToDot (Results 1 – 1 of 1) sorted by relevance
107 private float mPercentTransitionedToDot = 1f; field in BubbleFlyoutView278 mPercentTransitionedToDot = Math.max(0f, Math.min(percentCollapsed, 1f)); in setCollapsePercent()279 mPercentStillFlyout = (1f - mPercentTransitionedToDot); in setCollapsePercent()283 (mArrowPointingLeft ? -getWidth() : getWidth()) * mPercentTransitionedToDot); in setCollapsePercent()291 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()312 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground()313 final float height = getHeight() - (mFlyoutToDotHeightDelta * mPercentTransitionedToDot); in renderBackground()315 - (mFlyoutToDotCornerRadiusDelta * mPercentTransitionedToDot); in renderBackground()318 mBgTranslationX = mTranslationXWhenDot * mPercentTransitionedToDot; in renderBackground()319 mBgTranslationY = mTranslationYWhenDot * mPercentTransitionedToDot; in renderBackground()[all …]