Home
last modified time | relevance | path

Searched refs:mEntranceInterpolation (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java85 private float mEntranceInterpolation = 1f; field in CropView
144 float topBorder = MathUtils.lerp(mCrop.top, 0, mEntranceInterpolation); in onDraw()
145 float bottomBorder = MathUtils.lerp(mCrop.bottom, 1, mEntranceInterpolation); in onDraw()
156 mHandlePaint.setAlpha((int) (mEntranceInterpolation * 255)); in onDraw()
316 mEntranceInterpolation = 0; in animateEntrance()
319 mEntranceInterpolation = animation.getAnimatedFraction(); in animateEntrance()