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
809 int lockScreenLeft = mSidePaddings;
810 int lockScreenRight = getWidth() - mSidePaddings;
903 int left = mSidePaddings;
904 int right = getWidth() - mSidePaddings;
972 mSidePaddings = res.getDimensionPixelSize(R.dimen.notification_side_paddings);
999 int childWidthSpec = MeasureSpec.makeMeasureSpec(width - mSidePaddings * 2,
2507 int left = mSidePaddings;
2508 int right = getWidth() - mSidePaddings;