Searched refs:mPercentTransitionedToDot (Results 1 – 1 of 1) sorted by relevance
111 private float mPercentTransitionedToDot = 1f; field in BubbleFlyoutView327 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 …]