Home
last modified time | relevance | path

Searched refs:optimalTextWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java653 float optimalTextWidth = Math.max(initialLeftTextWidth, initialRightTextWidth); in estimateOptimalSqueezedButtonTextWidth() local
671 if (newOptimalTextWidth < optimalTextWidth) { in estimateOptimalSqueezedButtonTextWidth()
672 optimalTextWidth = newOptimalTextWidth; in estimateOptimalSqueezedButtonTextWidth()
686 return (int) Math.ceil(optimalTextWidth); in estimateOptimalSqueezedButtonTextWidth()