Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h104 const bool bottomBorder = rect.bottom < int32_t(mOutBuffer->getHeight()); variable
124 if (bottomBorder) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DCropView.java141 float bottomBorder = MathUtils.lerp(mCrop.bottom, 1, mEntranceInterpolation); in onDraw() local
143 drawShade(canvas, 0, mCrop.bottom, 1, bottomBorder); in onDraw()
150 drawContainerBackground(canvas, 0, bottomBorder, 1, 1); in onDraw()