Home
last modified time | relevance | path

Searched refs:TabStops (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java28 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/
DLineBreaker.h53 class TabStops {
56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops() function
118 const TabStops& tabStops);
DAndroidLineBreakerHelper.h93 TabStops(tabStops, tabStopSize, defaultTabStopWidth)); in computeBreaks()
/frameworks/layoutlib/bridge/src/android/graphics/text/
DTabStops.java23 public class TabStops { class
28 public TabStops(@Nullable float[] stops, float defaultTabWidth) { in TabStops() method in TabStops
DBaseLineBreaker.java35 TabStops mTabStops;
38 @NonNull TabStops tabStops) { in BaseLineBreaker()
DLineBreaker_Delegate.java105 builder.mTabStopCalculator = new TabStops(variableTabStops, defaultTabStop); in nComputeLineBreaks()
242 private TabStops mTabStopCalculator;
DGreedyLineBreaker.java31 @NonNull TabStops tabStops) { in GreedyLineBreaker()
DOptimizingLineBreaker.java39 @NonNull TabStops tabStops) { in OptimizingLineBreaker()
/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.h29 const LineWidth& lineWidthLimits, const TabStops& tabStops,
DLineBreaker.cpp27 const TabStops& tabStops) { in breakIntoLines()
DGreedyLineBreaker.cpp42 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/
DLayout.java428 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 …]
DTextLine.java28 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/
DGreedyLineBreakerTest.cpp87 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 …]
DOptimalLineBreakerTest.cpp1338 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/
Dhiddenapi-greylist-max-o.txt70173 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
Dboot-image-profile.txt14882 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