Searched refs:newLeftTextWidth (Results 1 – 1 of 1) sorted by relevance
423 final float newLeftTextWidth = Layout.getDesiredWidth(text, 0, newPosition, paint); in estimateOptimalSqueezedButtonTextWidth() local426 final float newOptimalTextWidth = Math.max(newLeftTextWidth, newRightTextWidth); in estimateOptimalSqueezedButtonTextWidth()434 ? newLeftTextWidth <= newRightTextWidth in estimateOptimalSqueezedButtonTextWidth()435 : newLeftTextWidth >= newRightTextWidth; in estimateOptimalSqueezedButtonTextWidth()