Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DStaticLayoutPerfTest.java102 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
117 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
147 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation()
192 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_RandomText_Styled_Greedy_NoHyphenation()
205 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
209 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
222 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
227 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
262 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
292 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_Styled_Greedy_NoHyphenation()
[all …]
H A 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()
H A 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()
H A DTextViewSetTextMeasurePerfTest.java96 textView.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in timeCreate()
125 textView.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in timeDraw()
H A DStaticLayoutMultithreadPerfTest.java112 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in runRandomTest()
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A 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;
/aosp14/frameworks/base/core/java/android/text/
H A DPrecomputedText.java454 && params.getHyphenationFrequency() != Layout.HYPHENATION_FREQUENCY_NONE; in createMeasuredParagraphsFromPrecomputedText()
484 && params.getHyphenationFrequency() != Layout.HYPHENATION_FREQUENCY_NONE; in createMeasuredParagraphs()
H A DStaticLayout.java113 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
621 case Layout.HYPHENATION_FREQUENCY_NONE: in getBaseHyphenationFrequency()
623 return LineBreaker.HYPHENATION_FREQUENCY_NONE; in getBaseHyphenationFrequency()
H A DDynamicLayout.java89 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
346 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE, in DynamicLayout()
H A DLayout.java92 HYPHENATION_FREQUENCY_NONE
104 public static final int HYPHENATION_FREQUENCY_NONE = 0; field in Layout
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java667 d.setMessageHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in showStartSaverConfirmation()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java1179 mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE;
1535 mHyphenationFrequency = a.getInt(attr, Layout.HYPHENATION_FREQUENCY_NONE);
5022 @EnumEntry(name = "none", value = Layout.HYPHENATION_FREQUENCY_NONE),
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17529 field public static final int HYPHENATION_FREQUENCY_NONE = 0; // 0x0
47377 field public static final int HYPHENATION_FREQUENCY_NONE = 0; // 0x0