Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java535 final int darkLeft = getWidth() / 2 - mSeparatorWidth / 2; in drawBackground() local
536 final int darkRight = darkLeft + mSeparatorWidth; in drawBackground()
545 canvas.drawRect(darkLeft, darkTop, darkRight, darkBottom, mBackgroundPaint); in drawBackground()
554 (int) MathUtils.lerp(darkLeft, lockScreenLeft, xProgress), in drawBackground()