Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/text/
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()
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()
DStaticLayoutPerfTest.java103 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
118 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
133 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_NoStyled_Greedy_Hyphenation()
193 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_Styled_Greedy_NoHyphenation()
205 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
210 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
222 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
228 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
241 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NORMAL); in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation()
246 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation()
[all …]
DStaticLayoutMultithreadPerfTest.java113 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in runRandomTest()
/frameworks/base/graphics/java/android/graphics/text/
DLineBreaker.java97 BREAK_STRATEGY_SIMPLE,
112 public static final int BREAK_STRATEGY_SIMPLE = 0; field in LineBreaker
195 private @BreakStrategy int mBreakStrategy = BREAK_STRATEGY_SIMPLE;
/frameworks/base/core/java/android/text/
DBoringLayout.java274 BREAK_STRATEGY_SIMPLE, HYPHENATION_FREQUENCY_NONE, null /* leftIndents */, in BoringLayout()
347 BREAK_STRATEGY_SIMPLE, HYPHENATION_FREQUENCY_NONE, null /* leftIndents */, in BoringLayout()
371 ellipsize, 1 /* maxLines */, Layout.BREAK_STRATEGY_SIMPLE, in BoringLayout()
DPrecomputedText.java450 final boolean needHyphenation = params.getBreakStrategy() != Layout.BREAK_STRATEGY_SIMPLE in createMeasuredParagraphsFromPrecomputedText()
490 final boolean needHyphenation = params.getBreakStrategy() != Layout.BREAK_STRATEGY_SIMPLE in createMeasuredParagraphs()
DDynamicLayout.java96 b.mBreakStrategy = Layout.BREAK_STRATEGY_SIMPLE; in obtain()
467 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE, in DynamicLayout()
DLayout.java81 LineBreaker.BREAK_STRATEGY_SIMPLE,
94 public static final int BREAK_STRATEGY_SIMPLE = LineBreaker.BREAK_STRATEGY_SIMPLE; field in Layout
313 BREAK_STRATEGY_SIMPLE, HYPHENATION_FREQUENCY_NONE, null, null, in Layout()
4250 private int mBreakStrategy = BREAK_STRATEGY_SIMPLE;
DStaticLayout.java119 b.mBreakStrategy = Layout.BREAK_STRATEGY_SIMPLE; in obtain()
627 BREAK_STRATEGY_SIMPLE, in StaticLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegate.java477 mMobileSummaryText.setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE); in setMobileDataLayout()
529 mSecondaryMobileSummaryText.setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE); in setMobileDataLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java1367 .setBreakStrategy(LineBreaker.BREAK_STRATEGY_SIMPLE) in buildStaticLayout()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt18099 field public static final int BREAK_STRATEGY_SIMPLE = 0; // 0x0
47794 field public static final int BREAK_STRATEGY_SIMPLE = 0; // 0x0