Searched refs:mChildPadding (Results 1 – 1 of 1) sorted by relevance
71 private int mChildPadding; field in NotificationChildrenContainer134 mChildPadding = res.getDimensionPixelSize(R.dimen.notification_children_padding); in initDimens()519 intrinsicHeight += NotificationUtils.interpolate(mChildPadding, mDividerHeight,522 intrinsicHeight += childrenExpanded ? mDividerHeight : mChildPadding;576 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,579 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;1141 minExpandHeight += mChildPadding;