Searched defs:widthSoFar (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DTabStops.java33 public float width(float widthSoFar) { argument
36 if (i > widthSoFar) {
41 // find the next tabStop after widthSoFar.
42 return (int) ((widthSoFar + mTabWidth) / mTabWidth) * mTabWidth;

Completed in 65 milliseconds