Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java484 final float newRightTextWidth = in estimateOptimalSqueezedButtonTextWidth() local
486 final float newOptimalTextWidth = Math.max(newLeftTextWidth, newRightTextWidth); in estimateOptimalSqueezedButtonTextWidth()
494 ? newLeftTextWidth <= newRightTextWidth in estimateOptimalSqueezedButtonTextWidth()
495 : newLeftTextWidth >= newRightTextWidth; in estimateOptimalSqueezedButtonTextWidth()