Searched refs:destinationScale (Results 1 – 2 of 2) sorted by relevance
171 val destinationScale: Float = destRect.width() / scrollTransitionPreview.width.toFloat() in <lambda>() constant175 val currScale = MathUtils.lerp(1f, destinationScale, t) in <lambda>()
917 float destinationScale = destination.width() / (float) mScrollablePreview.getWidth(); in startLongScreenshotTransition() local922 float currScale = MathUtils.lerp(1, destinationScale, t); in startLongScreenshotTransition()