Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java145 float bottomBorder = MathUtils.lerp(mCrop.bottom, 1, mEntranceInterpolation); in onDraw() local
147 drawShade(canvas, 0, mCrop.bottom, 1, bottomBorder); in onDraw()
154 drawContainerBackground(canvas, 0, bottomBorder, 1, 1); in onDraw()