Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java412 private final int mSeparatorWidth; field in NotificationStackScrollLayout
453 mSeparatorWidth = res.getDimensionPixelSize(R.dimen.widget_separator_width); in NotificationStackScrollLayout()
535 final int darkLeft = getWidth() / 2 - mSeparatorWidth / 2; in drawBackground()
536 final int darkRight = darkLeft + mSeparatorWidth; in drawBackground()