Searched refs:nextTab (Results 1 – 5 of 5) sorted by relevance
59 float nextTab(float widthSoFar) const { in nextTab() function
292 h = mDir * nextTab(h * mDir); in draw()331 horizontal = mDir * nextTab(horizontal * mDir); in shape()419 h = mDir * nextTab(h * mDir); in measure()477 h = mDir * nextTab(h * mDir);1373 float nextTab(float h) {1375 return mTabs.nextTab(h);
2237 float nextTab(float h) {2271 /* package */ static float nextTab(CharSequence text, int start, int end,
287 mSumOfCharWidths = mTabStops.nextTab(mSumOfCharWidths); in updateLineWidth()
59478 Landroid/text/Layout$TabStops;->nextTab(F)F59522 Landroid/text/Layout;->nextTab(Ljava/lang/CharSequence;IIF[Ljava/lang/Object;)F60262 Landroid/text/TextLine;->nextTab(F)F