Searched refs:nextTab (Results 1 – 5 of 5) sorted by relevance
59 float nextTab(float widthSoFar) const { in nextTab() function
450 h = mDir * nextTab(h * mDir); in draw()519 horizontal = mDir * nextTab(horizontal * mDir); in shape()617 h = mDir * nextTab(h * mDir); in measure()725 h = mDir * nextTab(h * mDir);729 h = mDir * nextTab(h * mDir);806 horizontal = mDir * nextTab(horizontal * mDir);1848 float nextTab(float h) { in nextTab() method1850 return mTabs.nextTab(h); in nextTab()
3314 float nextTab(float h) {3348 /* package */ static float nextTab(CharSequence text, int start, int end,
374 mSumOfCharWidths = mTabStops.nextTab(mSumOfCharWidths); in updateLineWidth()
55512 Landroid/text/Layout$TabStops;->nextTab(F)F55556 Landroid/text/Layout;->nextTab(Ljava/lang/CharSequence;IIF[Ljava/lang/Object;)F56296 Landroid/text/TextLine;->nextTab(F)F