Searched refs:mPercentTransitionedToDot (Results 1 – 1 of 1) sorted by relevance
125 private float mPercentTransitionedToDot = 1f; field in BubbleFlyoutView392 mPercentTransitionedToDot = Math.max(0f, Math.min(percentCollapsed, 1f)); in setCollapsePercent()393 mPercentStillFlyout = (1f - mPercentTransitionedToDot); in setCollapsePercent()396 final float translationX = mPercentTransitionedToDot in setCollapsePercent()414 - (mFlyoutElevation - mBubbleElevation) * mPercentTransitionedToDot); in setCollapsePercent()435 final float width = getWidth() - (mFlyoutToDotWidthDelta * mPercentTransitionedToDot); in renderBackground()436 final float height = getHeight() - (mFlyoutToDotHeightDelta * mPercentTransitionedToDot); in renderBackground()440 mBgTranslationX = mTranslationXWhenDot * mPercentTransitionedToDot; in renderBackground()441 mBgTranslationY = mTranslationYWhenDot * mPercentTransitionedToDot; in renderBackground()456 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()[all …]