Searched refs:getDesiredWidthWithLimit (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/text/ |
H A D | Layout.java | 179 return getDesiredWidthWithLimit(source, start, end, paint, textDir, Float.MAX_VALUE); in getDesiredWidth() 188 public static float getDesiredWidthWithLimit(CharSequence source, int start, int end, in getDesiredWidthWithLimit() method in Layout
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 9423 des = (int) Math.ceil(Layout.getDesiredWidthWithLimit(mTransformed, 0, in onMeasure() 9454 hintDes = (int) Math.ceil(Layout.getDesiredWidthWithLimit(mHint, 0, in onMeasure()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 15224 HSPLandroid/text/Layout;->getDesiredWidthWithLimit(Ljava/lang/CharSequence;IILandroid/text/TextPain…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 15273 HSPLandroid/text/Layout;->getDesiredWidthWithLimit(Ljava/lang/CharSequence;IILandroid/text/TextPain…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59487 Landroid/text/Layout;->getDesiredWidthWithLimit(Ljava/lang/CharSequence;IILandroid/text/TextPaint;L…
|