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/notification/stack/
DNotificationStackScrollLayout.java470 private int mSidePaddings; field in NotificationStackScrollLayout
807 int lockScreenLeft = mSidePaddings;
808 int lockScreenRight = getWidth() - mSidePaddings;
901 int left = mSidePaddings;
902 int right = getWidth() - mSidePaddings;
970 mSidePaddings = res.getDimensionPixelSize(R.dimen.notification_side_paddings);
997 int childWidthSpec = MeasureSpec.makeMeasureSpec(width - mSidePaddings * 2,
2505 int left = mSidePaddings;
2506 int right = getWidth() - mSidePaddings;