Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/text/
DStaticLayoutPerfTest.java84 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
99 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
129 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation()
159 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_Styled_Greedy_NoHyphenation()
172 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
176 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
206 Layout.BREAK_STRATEGY_BALANCED, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
210 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
240 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_Styled_Greedy_NoHyphenation()
244 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_Styled_Greedy_NoHyphenation()
DPrecomputedTextPerfTest.java88 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_NoStyled_NoHyphenation()
122 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_NoStyled_NoHyphenation_WidthOnly()
156 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_Styled_NoHyphenation()
190 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_Styled_NoHyphenation_WidthOnly()
DPrecomputedTextMemoryUsageTest.java82 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testMemoryUsage_NoHyphenation()
116 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testMemoryUsage_NoHyphenation_WidthOnly()
DStaticLayoutMultithreadPerfTest.java113 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in runRandomTest()
/frameworks/support/compat/src/androidTest/java/androidx/core/text/
DPrecomputedTextCompatTest.java84 assertEquals(Layout.HYPHENATION_FREQUENCY_NONE, new Params.Builder(PAINT) in testParams_SetGet()
85 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE).build() in testParams_SetGet()
136 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testParams_equals()
/frameworks/base/core/java/android/text/
DPrecomputedText.java338 && params.getHyphenationFrequency() != Layout.HYPHENATION_FREQUENCY_NONE; in createMeasuredParagraphs()
DDynamicLayout.java86 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
343 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE, in DynamicLayout()
DLayout.java83 HYPHENATION_FREQUENCY_NONE
95 public static final int HYPHENATION_FREQUENCY_NONE = 0; field in Layout
DStaticLayout.java113 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java493 d.setMessageHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in showStartSaverConfirmation()
/frameworks/base/core/java/android/widget/
DTextView.java902 mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE;
1249 mHyphenationFrequency = a.getInt(attr, Layout.HYPHENATION_FREQUENCY_NONE);
/frameworks/base/api/
Dcurrent.txt43346 field public static final int HYPHENATION_FREQUENCY_NONE = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-public-dex.txt45258 Landroid/text/Layout;->HYPHENATION_FREQUENCY_NONE:I