Searched refs:getDesiredWidthWithLimit (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 178 return getDesiredWidthWithLimit(source, start, end, paint, textDir, Float.MAX_VALUE); in getDesiredWidth() 187 public static float getDesiredWidthWithLimit(CharSequence source, int start, int end, in getDesiredWidthWithLimit() method in Layout
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9298 des = (int) Math.ceil(Layout.getDesiredWidthWithLimit(mTransformed, 0, in onMeasure() 9329 hintDes = (int) Math.ceil(Layout.getDesiredWidthWithLimit(mHint, 0, in onMeasure()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14871 HSPLandroid/text/Layout;->getDesiredWidthWithLimit(Ljava/lang/CharSequence;IILandroid/text/TextPain…
|
D | hiddenapi-greylist-max-o.txt | 70187 Landroid/text/Layout;->getDesiredWidthWithLimit(Ljava/lang/CharSequence;IILandroid/text/TextPaint;L…
|