Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java411 private int mSidePaddings; field in NotificationStackScrollLayout
531 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;