Searched refs:TAB_INCREMENT (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 876 tabStops = new TabStops(TAB_INCREMENT, spans); in drawText() 878 tabStops.reset(TAB_INCREMENT, spans); in drawText() 1183 tabStops = new TabStops(TAB_INCREMENT, tabSpans); in getLineStartPos() 1270 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in computeDrawingBoundingBox() 1682 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getHorizontal() 1723 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getLineHorizontals() 1774 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in fillHorizontalBoundsForLine() 2030 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getLineExtent() 3253 tabStops = new TabStops(TAB_INCREMENT, spans); 3375 return ((int) ((h + TAB_INCREMENT) / TAB_INCREMENT)) * TAB_INCREMENT; [all …]
|
D | StaticLayout.java | 944 constraints.setTabStops(variableTabStops, TAB_INCREMENT); in generate() 1653 private static final float TAB_INCREMENT = 20; // same as Layout, but that's private
|
D | TextLine.java | 1852 return TabStops.nextDefaultStop(h, TAB_INCREMENT); in nextTab() 1879 private static final int TAB_INCREMENT = 20; local
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55567 Landroid/text/Layout;->TAB_INCREMENT:I 56084 Landroid/text/StaticLayout;->TAB_INCREMENT:I 56299 Landroid/text/TextLine;->TAB_INCREMENT:I
|