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.java499 private int mSidePaddings; field in NotificationStackScrollLayout
904 int lockScreenLeft = mSidePaddings;
905 int lockScreenRight = getWidth() - mSidePaddings;
1004 int left = mSidePaddings;
1005 int right = getWidth() - mSidePaddings;
1075 mSidePaddings = res.getDimensionPixelSize(R.dimen.notification_side_paddings);
1106 int childWidthSpec = MeasureSpec.makeMeasureSpec(width - mSidePaddings * 2,
2663 int left = mSidePaddings;
2664 int right = getWidth() - mSidePaddings;