Searched refs:mSidePaddings (Results 1 – 1 of 1) sorted by relevance
411 private int mSidePaddings; field in NotificationStackScrollLayout531 final int lockScreenLeft = mSidePaddings; in drawBackground()532 final int lockScreenRight = getWidth() - mSidePaddings; in drawBackground()614 mSidePaddings = res.getDimensionPixelSize(R.dimen.notification_side_paddings); in initView()653 int childWidthSpec = MeasureSpec.makeMeasureSpec(width - mSidePaddings * 2, in onMeasure()2425 mBackgroundBounds.left = mTempInt2[0] + mSidePaddings;2426 mBackgroundBounds.right = mTempInt2[0] + getWidth() - mSidePaddings;