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

/frameworks/base/tools/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.h82 class TabStops { class in namespace:android
227 TabStops mTabStops;
/frameworks/base/core/java/android/text/
H A DLayout.java263 TabStops tabStops = null;
353 tabStops = new TabStops(TAB_INCREMENT, spans);
539 TabStops tabStops = null;
548 tabStops = new TabStops(TAB_INCREMENT, tabSpans);
931 TabStops tabStops = null;
937 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse
1038 * Like {@link #getLineExtent(int,TabStops,boolean)} but determines the
1049 TabStops tabStops = null;
1055 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse
1080 private float getLineExtent(int line, TabStops tabStop
1739 /* package */ static class TabStops { class in class:Layout
1744 TabStops(int increment, Object[] spans) { method in class:Layout.TabStops
[all...]

Completed in 138 milliseconds