Searched refs:contentWidthLimit (Results 1 – 1 of 1) sorted by relevance
1267 final int contentWidthLimit = mContext.getResources() in computeContentWidth() local1269 if (contentWidth > contentWidthLimit) { in computeContentWidth()1270 contentWidth = contentWidthLimit; in computeContentWidth()