Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java555 final float newRightTextWidth = in estimateOptimalSqueezedButtonTextWidth() local
557 final float newOptimalTextWidth = Math.max(newLeftTextWidth, newRightTextWidth); in estimateOptimalSqueezedButtonTextWidth()
565 ? newLeftTextWidth <= newRightTextWidth in estimateOptimalSqueezedButtonTextWidth()
566 : newLeftTextWidth >= newRightTextWidth; in estimateOptimalSqueezedButtonTextWidth()