Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java538 final int darkBottom = darkTop + mSeparatorThickness; in drawBackground() local
545 canvas.drawRect(darkLeft, darkTop, darkRight, darkBottom, mBackgroundPaint); in drawBackground()
557 (int) MathUtils.lerp(darkBottom, lockScreenBottom, yProgress)); in drawBackground()