Searched refs:mSeparatorWidth (Results 1 – 1 of 1) sorted by relevance
412 private final int mSeparatorWidth; field in NotificationStackScrollLayout453 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()