Home
last modified time | relevance | path

Searched refs:BREAK_STRATEGY_BALANCED (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DTextViewPrecomputedTextPerfTest.java92 textView.setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED); in testNewLayout_RandomText()
112 textView.setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED); in testNewLayout_RandomText_Selectable()
131 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED).build(); in testNewLayout_PrecomputedText()
153 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED).build(); in testNewLayout_PrecomputedText_Selectable()
176 textView.setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED); in testSetText_RandomText()
194 textView.setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED); in testSetText_RandomText_Selectable()
211 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED).build(); in testSetText_PrecomputedText()
253 textView.setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED); in testOnMeasure_RandomText()
274 textView.setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED); in testOnMeasure_RandomText_Selectable()
342 textView.setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED); in testOnDraw_RandomText()
[all …]
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DPrecomputedTextPerfTest.java57 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_NoStyled_Hyphenation()
91 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_NoStyled_Hyphenation_WidthOnly()
125 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_Styled_Hyphenation()
159 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_Styled_Hyphenation_WidthOnly()
H A DPrecomputedTextMemoryUsageTest.java84 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testMemoryUsage_Latin_Hyphenation()
120 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testMemoryUsage_CJK_Hyphenation()
158 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testMemoryUsage_Arabic_Hyphenation()
H A DStaticLayoutPerfTest.java148 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation()
163 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_RandomText_NoStyled_Balanced_Hyphenation()
178 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_RandomText_NoStyled_Balanced_Hyphenation_Fast()
258 Layout.BREAK_STRATEGY_BALANCED, Layout.HYPHENATION_FREQUENCY_NONE); in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
263 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
275 Layout.BREAK_STRATEGY_BALANCED, Layout.HYPHENATION_FREQUENCY_NORMAL); in testCreate_PrecomputedText_NoStyled_Balanced_Hyphenation()
280 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_PrecomputedText_NoStyled_Balanced_Hyphenation()
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DLineBreaker.java92 BREAK_STRATEGY_BALANCED
122 public static final int BREAK_STRATEGY_BALANCED = 2; field in LineBreaker
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java109 mTitle.setBreakStrategy(LineBreaker.BREAK_STRATEGY_BALANCED); in onFinishInflate()
/aosp14/frameworks/base/core/java/android/text/
H A DLayout.java61 LineBreaker.BREAK_STRATEGY_BALANCED
84 public static final int BREAK_STRATEGY_BALANCED = LineBreaker.BREAK_STRATEGY_BALANCED; field in Layout
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java4973 @EnumEntry(name = "balanced", value = Layout.BREAK_STRATEGY_BALANCED)
/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.txt17525 field public static final int BREAK_STRATEGY_BALANCED = 2; // 0x2
47368 field public static final int BREAK_STRATEGY_BALANCED = 2; // 0x2