Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java665 final float newOptimalTextWidth = Math.max(newLeftTextWidth, newRightTextWidth); in estimateOptimalSqueezedButtonTextWidth() local
666 if (newOptimalTextWidth < optimalTextWidth) { in estimateOptimalSqueezedButtonTextWidth()
667 optimalTextWidth = newOptimalTextWidth; in estimateOptimalSqueezedButtonTextWidth()