Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DBoringLayout.java549 public float getLineMax(int line) { in getLineMax() method in BoringLayout
H A DLayout.java1607 final float max = getLineMax(line); in getLineLeft()
1613 return mWidth - getLineMax(line); in getLineLeft()
1656 final float max = getLineMax(line); in getLineRight()
1663 return getLineMax(line); in getLineRight()
1671 public float getLineMax(int line) { in getLineMax() method in Layout
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java124 textWidth = Math.max((int) Math.ceil(layout.getLineMax(line)),
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java10820 max = Math.max(max, layout.getLineMax(i));
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt14786 HSPLandroid/text/BoringLayout;->getLineMax(I)F
14918 HSPLandroid/text/Layout;->getLineMax(I)F
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt14850 HSPLandroid/text/BoringLayout;->getLineMax(I)F
14982 HSPLandroid/text/Layout;->getLineMax(I)F
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47341 method public float getLineMax(int);