Home
last modified time | relevance | path

Searched refs:BREAK_STRATEGY_SIMPLE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/text/
DStaticLayoutPerfTest.java75 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
90 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
105 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_NoStyled_Greedy_Hyphenation()
150 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_Styled_Greedy_NoHyphenation()
162 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
167 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
179 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
185 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
198 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NORMAL); in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation()
203 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation()
[all …]
DPrecomputedTextPerfTest.java74 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_NoStyled_NoHyphenation()
108 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_NoStyled_NoHyphenation_WidthOnly()
142 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_Styled_NoHyphenation()
176 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_Styled_NoHyphenation_WidthOnly()
DPrecomputedTextMemoryUsageTest.java66 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_Latin_NoHyphenation()
102 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_CJK_NoHyphenation()
139 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_Arabic_NoHyphenation()
175 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_Emoji()
DStaticLayoutMultithreadPerfTest.java113 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in runRandomTest()
/frameworks/base/graphics/java/android/graphics/text/
DLineBreaker.java90 BREAK_STRATEGY_SIMPLE,
105 public static final int BREAK_STRATEGY_SIMPLE = 0; field in LineBreaker
181 private @BreakStrategy int mBreakStrategy = BREAK_STRATEGY_SIMPLE;
/frameworks/base/core/java/android/text/
DPrecomputedText.java400 final boolean needHyphenation = params.getBreakStrategy() != Layout.BREAK_STRATEGY_SIMPLE in createMeasuredParagraphsFromPrecomputedText()
422 final boolean needHyphenation = params.getBreakStrategy() != Layout.BREAK_STRATEGY_SIMPLE in createMeasuredParagraphs()
DDynamicLayout.java87 b.mBreakStrategy = Layout.BREAK_STRATEGY_SIMPLE; in obtain()
345 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE, in DynamicLayout()
DLayout.java55 LineBreaker.BREAK_STRATEGY_SIMPLE,
68 public static final int BREAK_STRATEGY_SIMPLE = LineBreaker.BREAK_STRATEGY_SIMPLE; field in Layout
DStaticLayout.java111 b.mBreakStrategy = Layout.BREAK_STRATEGY_SIMPLE; in obtain()
/frameworks/layoutlib/bridge/src/android/graphics/text/
DLineBreaker_Delegate.java124 case Layout.BREAK_STRATEGY_SIMPLE: in nComputeLineBreaks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java1353 .setBreakStrategy(LineBreaker.BREAK_STRATEGY_SIMPLE) in buildStaticLayout()
/frameworks/base/core/java/android/widget/
DTextView.java1061 mBreakStrategy = Layout.BREAK_STRATEGY_SIMPLE;
1413 mBreakStrategy = a.getInt(attr, Layout.BREAK_STRATEGY_SIMPLE);
4679 @EnumEntry(name = "simple", value = Layout.BREAK_STRATEGY_SIMPLE),
/frameworks/base/core/api/
Dcurrent.txt17087 field public static final int BREAK_STRATEGY_SIMPLE = 0; // 0x0
44150 field public static final int BREAK_STRATEGY_SIMPLE = 0; // 0x0