Searched refs:maxTextWidth (Results 1 – 4 of 4) sorted by relevance
194 float maxTextWidth = 0; in getDesiredWidth() local211 maxTextWidth = Math.max(maxTextWidth, localMax); in getDesiredWidth()214 maxTextWidth = maxTextWidth / mContext.getResources().getDisplayMetrics().density; in getDesiredWidth()216 return maxTextWidth + TEXT_PADDING_DP; in getDesiredWidth()
85 const CGFloat maxTextWidth = kWindowMaxWidth - kWindowPadding * 2 - textX;92 } else if (NSWidth(textFrame) > maxTextWidth) {93 textFrame.size.width = maxTextWidth;115 if (NSWidth(subTextFrame) > maxTextWidth) {116 subTextFrame.size.width = maxTextWidth;
704 var maxTextWidth = 0;707 if (maxTextWidth < textWidth)708 maxTextWidth = textWidth;710 x = maxTextWidth + LABEL_HORIZONTAL_SPACING;
222 float maxTextWidth = 0; in processCompositeCluster() local226 …maxTextWidth = max<float>(maxTextWidth, clusterInfo.blockContainingAllText->contentLogicalWidth()); in processCompositeCluster()230 if (compositeClusterShouldBeAutosized(clusterInfos, maxTextWidth)) in processCompositeCluster()231 …iplier = clusterMultiplier(clusterInfos[0].root->style()->writingMode(), windowInfo, maxTextWidth); in processCompositeCluster()