Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java536 final int darkRight = darkLeft + mSeparatorWidth; in drawBackground() local
545 canvas.drawRect(darkLeft, darkTop, darkRight, darkBottom, mBackgroundPaint); in drawBackground()
556 (int) MathUtils.lerp(darkRight, lockScreenRight, xProgress), in drawBackground()