Searched refs:mNeedsUnderflow (Results 1 – 1 of 1) sorted by relevance
66 private boolean mNeedsUnderflow; field in StatusIconContainer177 mNeedsUnderflow = mShouldRestrictIcons && visibleCount > MAX_ICONS; in onMeasure()214 if (!mNeedsUnderflow && totalWidth > specWidth) { in getMeasuredWidth()215 mNeedsUnderflow = true; in getMeasuredWidth()220 mNeedsUnderflow = true; in getMeasuredWidth()330 + " width=" + width + " underflow=" + mNeedsUnderflow); in calculateIconTranslations()370 if ((mNeedsUnderflow && (state.getXTranslation() < (contentStart + mUnderflowWidth))) in calculateIconTranslations()