/frameworks/base/core/tests/coretests/src/android/text/ |
D | TextLineTest.java | 28 import android.text.Layout.TabStops; 100 private TextLine getTextLine(String str, TextPaint paint, TabStops tabStops) { in getTextLine() 200 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_LTR() 215 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_RTL() 230 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi() 245 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi2()
|
/frameworks/minikin/include/minikin/ |
D | LineBreaker.h | 53 class TabStops { 56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops() function 118 const TabStops& tabStops);
|
D | AndroidLineBreakerHelper.h | 93 TabStops(tabStops, tabStopSize, defaultTabStopWidth)); in computeBreaks()
|
/frameworks/layoutlib/bridge/src/android/graphics/text/ |
D | TabStops.java | 23 public class TabStops { class 28 public TabStops(@Nullable float[] stops, float defaultTabWidth) { in TabStops() method in TabStops
|
D | BaseLineBreaker.java | 35 TabStops mTabStops; 38 @NonNull TabStops tabStops) { in BaseLineBreaker()
|
D | LineBreaker_Delegate.java | 105 builder.mTabStopCalculator = new TabStops(variableTabStops, defaultTabStop); in nComputeLineBreaks() 242 private TabStops mTabStopCalculator;
|
D | GreedyLineBreaker.java | 31 @NonNull TabStops tabStops) { in GreedyLineBreaker()
|
D | OptimizingLineBreaker.java | 39 @NonNull TabStops tabStops) { in OptimizingLineBreaker()
|
/frameworks/minikin/libs/minikin/ |
D | GreedyLineBreaker.h | 29 const LineWidth& lineWidthLimits, const TabStops& tabStops,
|
D | LineBreaker.cpp | 27 const TabStops& tabStops) { in breakIntoLines()
|
D | GreedyLineBreaker.cpp | 42 const LineWidth& lineWidthLimits, const TabStops& tabStops, in GreedyLineBreaker() 122 const TabStops& mTabStops; 389 const LineWidth& lineWidthLimits, const TabStops& tabStops, in breakLineGreedy()
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 428 TabStops tabStops = null; in drawText() 521 tabStops = new TabStops(TAB_INCREMENT, spans); in drawText() 717 TabStops tabStops = null; in getLineStartPos() 726 tabStops = new TabStops(TAB_INCREMENT, tabSpans); in getLineStartPos() 1200 TabStops tabStops = null; in getHorizontal() 1206 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getHorizontal() 1240 TabStops tabStops = null; in getLineHorizontals() 1246 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getLineHorizontals() 1415 TabStops tabStops = null; in getLineExtent() 1421 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getLineExtent() [all …]
|
D | TextLine.java | 28 import android.text.Layout.TabStops; 65 private TabStops mTabs; 175 Directions directions, boolean hasTabs, TabStops tabStops, in set() 1272 return TabStops.nextDefaultStop(h, TAB_INCREMENT);
|
/frameworks/minikin/tests/unittest/ |
D | GreedyLineBreakerTest.cpp | 87 TabStops tabStops(nullptr, 0, 10); in doLineBreak() 683 TabStops tabStops(nullptr, 0, 10); in TEST_F() 703 TabStops tabStops(nullptr, 0, 10); in TEST_F() 734 TabStops tabStops(nullptr, 0, 0); in TEST_F() 755 TabStops tabStops(nullptr, 0, 0); in TEST_F() 819 TabStops tabStops(nullptr, 0, 0); in TEST_F() 842 TabStops tabStops(nullptr, 0, 0); in TEST_F() 873 TabStops tabStops(nullptr, 0, CHAR_WIDTH); in TEST_F() 1042 TabStops tabStops(nullptr, 0, 0); in TEST_F() 1137 TabStops tabStops(nullptr, 0, 0); in TEST_F() [all …]
|
D | OptimalLineBreakerTest.cpp | 1338 TabStops tabStops(nullptr, 0, 0); in TEST_F() 1431 TabStops tabStops(nullptr, 0, 0); in TEST_F() 1519 TabStops tabStops(nullptr, 0, 0); in TEST_F() 1595 TabStops tabStops(nullptr, 0, 0); in TEST_F() 1752 TabStops tabStops(nullptr, 0, 0); in TEST_F() 1887 TabStops tabStops(nullptr, 0, 0); in TEST_F()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70173 Landroid/text/Layout$TabStops;-><init>(I[Ljava/lang/Object;)V 70174 Landroid/text/Layout$TabStops;->mIncrement:I 70175 Landroid/text/Layout$TabStops;->mNumStops:I 70176 Landroid/text/Layout$TabStops;->mStops:[I 70177 Landroid/text/Layout$TabStops;->nextDefaultStop(FI)F 70178 Landroid/text/Layout$TabStops;->nextTab(F)F 70179 Landroid/text/Layout$TabStops;->reset(I[Ljava/lang/Object;)V 70196 Landroid/text/Layout;->getLineExtent(ILandroid/text/Layout$TabStops;Z)F 70960 Landroid/text/TextLine;->mTabs:Landroid/text/Layout$TabStops; 70964 …tPaint;Ljava/lang/CharSequence;IIILandroid/text/Layout$Directions;ZLandroid/text/Layout$TabStops;)V
|
D | boot-image-profile.txt | 14882 HSPLandroid/text/Layout;->getLineExtent(ILandroid/text/Layout$TabStops;Z)F 15115 …aint;Ljava/lang/CharSequence;IIILandroid/text/Layout$Directions;ZLandroid/text/Layout$TabStops;II)V
|