Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java667 final float newLeftTextWidth = Layout.getDesiredWidth(text, 0, newPosition, paint); in estimateOptimalSqueezedButtonTextWidth() local
670 final float newOptimalTextWidth = Math.max(newLeftTextWidth, newRightTextWidth); in estimateOptimalSqueezedButtonTextWidth()
678 ? newLeftTextWidth <= newRightTextWidth in estimateOptimalSqueezedButtonTextWidth()
679 : newLeftTextWidth >= newRightTextWidth; in estimateOptimalSqueezedButtonTextWidth()