Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/text/
DStaticLayoutPerfTest.java74 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
89 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
119 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation()
149 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_Styled_Greedy_NoHyphenation()
162 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
166 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
179 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
184 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
215 Layout.BREAK_STRATEGY_BALANCED, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
219 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
[all …]
DPrecomputedTextMemoryUsageTest.java67 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testMemoryUsage_Latin_NoHyphenation()
103 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testMemoryUsage_CJK_NoHyphenation()
140 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testMemoryUsage_Arabic_NoHyphenation()
176 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testMemoryUsage_Emoji()
DPrecomputedTextPerfTest.java75 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_NoStyled_NoHyphenation()
109 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_NoStyled_NoHyphenation_WidthOnly()
143 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_Styled_NoHyphenation()
177 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_Styled_NoHyphenation_WidthOnly()
DTextViewSetTextMeasurePerfTest.java96 textView.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in timeCreate()
125 textView.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in timeDraw()
DStaticLayoutMultithreadPerfTest.java112 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in runRandomTest()
/frameworks/base/graphics/java/android/graphics/text/
DLineBreaker.java128 HYPHENATION_FREQUENCY_NONE
141 public static final int HYPHENATION_FREQUENCY_NONE = 0; field in LineBreaker
182 private @HyphenationFrequency int mHyphenationFrequency = HYPHENATION_FREQUENCY_NONE;
/frameworks/base/core/java/android/text/
DPrecomputedText.java401 && params.getHyphenationFrequency() != Layout.HYPHENATION_FREQUENCY_NONE; in createMeasuredParagraphsFromPrecomputedText()
423 && params.getHyphenationFrequency() != Layout.HYPHENATION_FREQUENCY_NONE; in createMeasuredParagraphs()
DDynamicLayout.java88 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
345 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE, in DynamicLayout()
DLayout.java85 HYPHENATION_FREQUENCY_NONE
97 public static final int HYPHENATION_FREQUENCY_NONE = LineBreaker.HYPHENATION_FREQUENCY_NONE; field in Layout
DStaticLayout.java112 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/java/com/prefabulated/bouncyball/
DOrbitActivity.java71 cell.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in configureGridCell()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java570 d.setMessageHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in showStartSaverConfirmation()
/frameworks/base/core/java/android/widget/
DTextView.java1001 mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE;
1355 mHyphenationFrequency = a.getInt(attr, Layout.HYPHENATION_FREQUENCY_NONE);
4603 @EnumEntry(name = "none", value = Layout.HYPHENATION_FREQUENCY_NONE),
/frameworks/base/api/
Dcurrent.txt15945 field public static final int HYPHENATION_FREQUENCY_NONE = 0; // 0x0
45944 field public static final int HYPHENATION_FREQUENCY_NONE = 0; // 0x0