Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMediaNotificationView.java39 private final int mNotificationContentMarginEnd; field in MediaNotificationView
79 int marginEnd = size + imageEndMargin + mNotificationContentMarginEnd; in onMeasure()
120 if (mHeader.getPaddingEnd() != mNotificationContentMarginEnd) { in resetHeaderIndention()
123 mNotificationContentMarginEnd, in resetHeaderIndention() local
146 mNotificationContentMarginEnd = context.getResources().getDimensionPixelSize( in MediaNotificationView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java59 private final int mNotificationContentMarginEnd; field in NotificationContentView
132 mNotificationContentMarginEnd = getResources().getDimensionPixelSize( in NotificationContentView()
247 int paddingEnd = mNotificationContentMarginEnd; in updateContractedHeaderWidth()