Searched refs:mStops (Results 1 – 4 of 4) sorted by relevance
25 private float[] mStops; field in TabStops30 mStops = stops; in TabStops()34 if (mStops != null) { in width()35 for (float f : mStops) { in width()
57 : mStops(stops), mStopsSize(nStops), mTabWidth(tabWidth) {} in TabStops()61 if (mStops[i] > widthSoFar) { in nextTab()62 return mStops[i]; in nextTab()69 const float* mStops;
2198 private float[] mStops;2211 float[] stops = this.mStops;2229 if (stops != this.mStops) {2230 this.mStops = stops;2239 float[] stops = this.mStops;
70176 Landroid/text/Layout$TabStops;->mStops:[I