Searched refs:mChildMinWidth (Results 1 – 1 of 1) sorted by relevance
41 private final int mChildMinWidth; field in NotificationHeaderView109 mChildMinWidth = getResources().getDimensionPixelSize( in NotificationHeaderView()157 if (overFlow > 0 && mAppName.getVisibility() != GONE && appWidth > mChildMinWidth) { in onMeasure()158 int newSize = appWidth - Math.min(appWidth - mChildMinWidth, overFlow); in onMeasure()