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