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/
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()
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()
258 Layout.BREAK_STRATEGY_BALANCED, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
262 .setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE) in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
[all …]
DTextViewSetTextMeasurePerfTest.java98 textView.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in timeCreate()
129 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.java135 HYPHENATION_FREQUENCY_NONE
148 public static final int HYPHENATION_FREQUENCY_NONE = 0; field in LineBreaker
196 private @HyphenationFrequency int mHyphenationFrequency = HYPHENATION_FREQUENCY_NONE;
/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()
372 Layout.HYPHENATION_FREQUENCY_NONE, null, null, Layout.JUSTIFICATION_MODE_NONE, in BoringLayout()
DPrecomputedText.java451 && params.getHyphenationFrequency() != Layout.HYPHENATION_FREQUENCY_NONE; in createMeasuredParagraphsFromPrecomputedText()
491 && params.getHyphenationFrequency() != Layout.HYPHENATION_FREQUENCY_NONE; in createMeasuredParagraphs()
DStaticLayout.java120 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
628 HYPHENATION_FREQUENCY_NONE, in StaticLayout()
747 case Layout.HYPHENATION_FREQUENCY_NONE: in getBaseHyphenationFrequency()
749 return LineBreaker.HYPHENATION_FREQUENCY_NONE; in getBaseHyphenationFrequency()
DDynamicLayout.java97 b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE; in obtain()
467 Layout.BREAK_STRATEGY_SIMPLE, Layout.HYPHENATION_FREQUENCY_NONE, in DynamicLayout()
DLayout.java114 HYPHENATION_FREQUENCY_NONE
126 public static final int HYPHENATION_FREQUENCY_NONE = 0; field in Layout
313 BREAK_STRATEGY_SIMPLE, HYPHENATION_FREQUENCY_NONE, null, null, in Layout()
4251 private int mHyphenationFrequency = HYPHENATION_FREQUENCY_NONE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java665 d.setMessageHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NONE); in showStartSaverConfirmation()
/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.txt18101 field public static final int HYPHENATION_FREQUENCY_NONE = 0; // 0x0
47801 field public static final int HYPHENATION_FREQUENCY_NONE = 0; // 0x0