Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java298 h = mDir * nextTab(h * mDir); in draw()
337 horizontal = mDir * nextTab(horizontal * mDir); in shape()
425 h = mDir * nextTab(h * mDir); in measure()
531 h = mDir * nextTab(h * mDir);
535 h = mDir * nextTab(h * mDir);
609 horizontal = mDir * nextTab(horizontal * mDir);
1564 float nextTab(float h) { in nextTab() method
1566 return mTabs.nextTab(h); in nextTab()
H A DLayout.java2925 float nextTab(float h) {
2959 /* package */ static float nextTab(CharSequence text, int start, int end,
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56155 Landroid/text/Layout$TabStops;->nextTab(F)F
56199 Landroid/text/Layout;->nextTab(Ljava/lang/CharSequence;IIF[Ljava/lang/Object;)F
56939 Landroid/text/TextLine;->nextTab(F)F