Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java539 float optimalTextWidth = Math.max(initialLeftTextWidth, initialRightTextWidth); in estimateOptimalSqueezedButtonTextWidth() local
558 if (newOptimalTextWidth < optimalTextWidth) { in estimateOptimalSqueezedButtonTextWidth()
559 optimalTextWidth = newOptimalTextWidth; in estimateOptimalSqueezedButtonTextWidth()
573 return (int) Math.ceil(optimalTextWidth); in estimateOptimalSqueezedButtonTextWidth()