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

/frameworks/layoutlib/bridge/src/android/text/
H A DTabStops.java21 // Based on the native implementation of TabStops in
23 public class TabStops { class
28 public TabStops(@Nullable int[] stops, int defaultTabWidth) { method in class:TabStops
/frameworks/minikin/include/minikin/
H A DLineBreaker.h53 class TabStops { class in namespace:minikin
56 TabStops(const int32_t* stops, size_t nStops, int32_t tabWidth) function in class:minikin::TabStops
124 const TabStops& tabStops);
/frameworks/base/core/java/android/text/
H A DLayout.java424 TabStops tabStops = null;
516 tabStops = new TabStops(TAB_INCREMENT, spans);
708 TabStops tabStops = null;
717 tabStops = new TabStops(TAB_INCREMENT, tabSpans);
1172 TabStops tabStops = null;
1178 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse
1211 TabStops tabStops = null;
1217 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse
1333 * Like {@link #getLineExtent(int,TabStops,boolean)} but determines the
1344 TabStops tabStop
2126 /* package */ static class TabStops { class in class:Layout
2131 TabStops(int increment, Object[] spans) { method in class:Layout.TabStops
[all...]

Completed in 493 milliseconds