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

/frameworks/base/core/java/android/text/
H A DTextLine.java129 * @param tabStops the tabStops. Can be null.
132 Directions directions, boolean hasTabs, TabStops tabStops) {
178 mTabs = tabStops;
131 set(TextPaint paint, CharSequence text, int start, int limit, int dir, Directions directions, boolean hasTabs, TabStops tabStops) argument
H A DLayout.java220 TabStops tabStops = null;
248 // Reset tabStops, we'll rebuild if we encounter a line with
303 if (tabStops == null) {
304 tabStops = new TabStops(TAB_INCREMENT, spans);
306 tabStops.reset(TAB_INCREMENT, spans);
329 int max = (int)getLineExtent(i, tabStops, false);
347 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops);
492 TabStops tabStops = null;
501 tabStops = new TabStops(TAB_INCREMENT, tabSpans);
504 int max = (int)getLineExtent(line, tabStops, fals
989 getLineExtent(int line, TabStops tabStops, boolean full) argument
[all...]

Completed in 57 milliseconds