Searched refs:deltaWidth (Results 1 – 2 of 2) sorted by relevance
477 val deltaWidth = (QSTileViewImpl.LONG_PRESS_EFFECT_WIDTH_SCALE - 1f) * startingWidth in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured() constant491 -deltaWidth.toInt() / 2, in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()493 deltaWidth.toInt() / 2, in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()
583 int deltaWidth = (int) (interpolatedTime * (targetWidth - startWidth)); in openOverflow()584 setWidth(mContentContainer, startWidth + deltaWidth); in openOverflow()657 int deltaWidth = (int) (interpolatedTime * (targetWidth - startWidth)); in closeOverflow()658 setWidth(mContentContainer, startWidth + deltaWidth); in closeOverflow()