HomeSort by relevance Sort by last modified time
    Searched refs:BreakStrategy (Results 1 - 13 of 13) sorted by null

  /frameworks/minikin/libs/minikin/
OptimalLineBreaker.h 27 const LineWidth& lineWidthLimits, BreakStrategy strategy,
LineBreaker.cpp 24 LineBreakResult breakIntoLines(const U16StringPiece& textBuffer, BreakStrategy strategy,
28 if (strategy == BreakStrategy::Greedy || textBuffer.hasChar(CHAR_TAB)) {
OptimalLineBreaker.cpp 275 BreakStrategy strategy, bool justified);
337 BreakStrategy strategy, bool justified) {
384 } else if (atEnd && strategy != BreakStrategy::Balanced) {
421 const LineWidth& lineWidth, BreakStrategy strategy,
  /frameworks/minikin/include/minikin/
AndroidLineBreakerHelper.h 85 StaticLayoutNative(BreakStrategy strategy, HyphenationFrequency frequency, bool isJustified,
108 inline BreakStrategy getStrategy() const { return mStrategy; }
113 const BreakStrategy mStrategy;
LineBreaker.h 38 enum class BreakStrategy : uint8_t {
121 LineBreakResult breakIntoLines(const U16StringPiece& textBuffer, BreakStrategy strategy,
  /frameworks/base/core/java/android/text/
PrecomputedText.java 90 private final @Layout.BreakStrategy int mBreakStrategy;
106 private @Layout.BreakStrategy int mBreakStrategy = Layout.BREAK_STRATEGY_HIGH_QUALITY;
131 public Builder setBreakStrategy(@Layout.BreakStrategy int strategy) {
179 @Layout.BreakStrategy int strategy, @Layout.HyphenationFrequency int frequency) {
209 public @Layout.BreakStrategy int getBreakStrategy() {
224 @NonNull TextDirectionHeuristic textDir, @Layout.BreakStrategy int strategy,
272 + ", breakStrategy=" + mBreakStrategy
439 @Layout.BreakStrategy int strategy, @Layout.HyphenationFrequency int frequency) {
DynamicLayout.java 227 * @param breakStrategy break strategy for paragraph layout
232 public Builder setBreakStrategy(@BreakStrategy int breakStrategy) {
233 mBreakStrategy = breakStrategy;
361 boolean includepad, @BreakStrategy int breakStrategy,
377 mBreakStrategy = breakStrategy;
    [all...]
StaticLayout.java 325 * @param breakStrategy break strategy for paragraph layout
330 public Builder setBreakStrategy(@BreakStrategy int breakStrategy) {
331 mBreakStrategy = breakStrategy;
    [all...]
Layout.java 57 public @interface BreakStrategy {}
    [all...]
  /frameworks/minikin/tests/unittest/
OptimalLineBreakerTest.cpp 59 LineBreakResult doLineBreak(const U16StringPiece& textBuffer, BreakStrategy strategy,
64 LineBreakResult doLineBreak(const U16StringPiece& textBuffer, BreakStrategy strategy,
75 BreakStrategy strategy, HyphenationFrequency frequency,
88 constexpr BreakStrategy HIGH_QUALITY = BreakStrategy::HighQuality;
89 constexpr BreakStrategy BALANCED = BreakStrategy::Balanced;
    [all...]
  /frameworks/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 9 import android.text.Layout.BreakStrategy;
40 @BreakStrategy int breakStrategy,
47 builder.mBreakStrategy = breakStrategy;
  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 72 jint breakStrategy, jint hyphenationFrequency, jboolean isJustified,
75 static_cast<minikin::BreakStrategy>(breakStrategy),
160 "I" // breakStrategy
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 1058 milliseconds