Searched refs:mTabStops (Results 1 – 5 of 5) sorted by relevance
33 protected final @NonNull TabStops mTabStops; field in LineBreaker39 mTabStops = tabStops; in LineBreaker()
166 w = mTabStops.width(w); in computeMetrics()197 w = mTabStops.width(w); in desperateBreak()
64 width = mTabStops.width(width); in computeBreaks()
144 mTabStops.set(stops, nStops, tabWidth); in setTabStops()229 TabStops mTabStops; variable
163 mWidth = mPreBreak + mTabStops.nextTab(mWidth - mPreBreak); in addStyleRun()