/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | PrecomputedTextPerfTest.java | 57 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_NoStyled_Hyphenation() 74 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_NoStyled_NoHyphenation() 91 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_NoStyled_Hyphenation_WidthOnly() 108 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_NoStyled_NoHyphenation_WidthOnly() 125 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_Styled_Hyphenation() 142 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_Styled_NoHyphenation() 159 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_Styled_Hyphenation_WidthOnly() 176 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_Styled_NoHyphenation_WidthOnly()
|
H A D | PrecomputedTextMemoryUsageTest.java | 66 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_Latin_NoHyphenation() 84 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testMemoryUsage_Latin_Hyphenation() 102 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_CJK_NoHyphenation() 120 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testMemoryUsage_CJK_Hyphenation() 139 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_Arabic_NoHyphenation() 158 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testMemoryUsage_Arabic_Hyphenation() 175 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testMemoryUsage_Emoji()
|
H A D | StaticLayoutPerfTest.java | 75 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation() 90 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation() 105 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_NoStyled_Greedy_Hyphenation() 120 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation() 135 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_RandomText_NoStyled_Balanced_Hyphenation() 150 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_RandomText_Styled_Greedy_NoHyphenation() 167 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation() 185 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent() 203 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation() 220 .setBreakStrategy(Layout.BREAK_STRATEGY_BALANCED) in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation() [all …]
|
H A D | StaticLayoutMultithreadPerfTest.java | 113 .setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE) in runRandomTest()
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
H A D | TextViewPrecomputedTextPerfTest.java | 92 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 …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | StaticLayoutTest.java | 745 .setBreakStrategy(Layout.BREAK_STRATEGY_HIGH_QUALITY) in testLocaleSpanAffectsHyphenation() 756 .setBreakStrategy(Layout.BREAK_STRATEGY_HIGH_QUALITY) in testLocaleSpanAffectsHyphenation() 775 .setBreakStrategy(Layout.BREAK_STRATEGY_HIGH_QUALITY) in testLocaleSpanAffectsHyphenation() 790 .setBreakStrategy(Layout.BREAK_STRATEGY_HIGH_QUALITY) in testLocaleSpanAffectsHyphenation()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ImageFloatingTextView.java | 84 .setBreakStrategy(Layout.BREAK_STRATEGY_HIGH_QUALITY) in makeSingleLayout()
|
/aosp12/frameworks/base/graphics/java/android/graphics/text/ |
H A D | LineBreaker.java | 192 public @NonNull Builder setBreakStrategy(@BreakStrategy int breakStrategy) { in setBreakStrategy() method in LineBreaker.Builder
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | StaticLayout.java | 332 public Builder setBreakStrategy(@BreakStrategy int breakStrategy) { in setBreakStrategy() method in StaticLayout.Builder 643 .setBreakStrategy(b.mBreakStrategy) in generate() 666 .setBreakStrategy(b.mBreakStrategy) in generate()
|
H A D | DynamicLayout.java | 234 public Builder setBreakStrategy(@BreakStrategy int breakStrategy) { in setBreakStrategy() method in DynamicLayout.Builder 607 .setBreakStrategy(mBreakStrategy) in reflow()
|
H A D | PrecomputedText.java | 144 public Builder setBreakStrategy(@Layout.BreakStrategy int strategy) { in setBreakStrategy() method in PrecomputedText.Params.Builder
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSliceView.java | 110 mTitle.setBreakStrategy(LineBreaker.BREAK_STRATEGY_BALANCED); in onFinishInflate()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleTileViewHelper.java | 1353 .setBreakStrategy(LineBreaker.BREAK_STRATEGY_SIMPLE) in buildStaticLayout()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 4662 public void setBreakStrategy(@Layout.BreakStrategy int breakStrategy) { in setBreakStrategy() method in TextView.Drawables 9174 .setBreakStrategy(mBreakStrategy) in makeNewLayout() 9234 .setBreakStrategy(mBreakStrategy) in makeSingleLayout() 9287 .setBreakStrategy(mBreakStrategy) in makeSingleLayout() 9651 .setBreakStrategy(getBreakStrategy()) in suggestedSizeFitsInSpace()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 17105 method @NonNull public android.graphics.text.LineBreaker.Builder setBreakStrategy(int); 44053 method @NonNull public android.text.DynamicLayout.Builder setBreakStrategy(int); 44317 method public android.text.PrecomputedText.Params.Builder setBreakStrategy(int); 44472 method @NonNull public android.text.StaticLayout.Builder setBreakStrategy(int); 56455 method public void setBreakStrategy(int);
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 8233 HSPLandroid/graphics/text/LineBreaker$Builder;->setBreakStrategy(I)Landroid/graphics/text/LineBreak… 15466 HSPLandroid/text/StaticLayout$Builder;->setBreakStrategy(I)Landroid/text/StaticLayout$Builder; 20974 HSPLandroid/widget/TextView;->setBreakStrategy(I)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 8229 HSPLandroid/graphics/text/LineBreaker$Builder;->setBreakStrategy(I)Landroid/graphics/text/LineBreak… 15515 HSPLandroid/text/StaticLayout$Builder;->setBreakStrategy(I)Landroid/text/StaticLayout$Builder; 21021 HSPLandroid/widget/TextView;->setBreakStrategy(I)V
|