Home
last modified time | relevance | path

Searched refs:HYPHENATION_UNSPECIFIED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/text/
DLineBreakConfig.java73 public static final int HYPHENATION_UNSPECIFIED = -1; field in LineBreakConfig
93 HYPHENATION_UNSPECIFIED, HYPHENATION_ENABLED, HYPHENATION_DISABLED,
282 private @Hyphenation int mHyphenation = LineBreakConfig.HYPHENATION_UNSPECIFIED;
327 if (config.mHyphenation != HYPHENATION_UNSPECIFIED) { in merge()
345 mHyphenation = HYPHENATION_UNSPECIFIED; in reset()
561 return config.mHyphenation == HYPHENATION_UNSPECIFIED in getResolvedHyphenation()
595 config.mHyphenation == HYPHENATION_UNSPECIFIED in merge()
/frameworks/base/core/java/android/content/res/
DStringBlock.java419 LineBreakConfig.HYPHENATION_UNSPECIFIED)), in applyStyles()
/frameworks/base/core/api/
Dcurrent.txt18067 …ext.flags.no_break_no_hyphenation_span") public static final int HYPHENATION_UNSPECIFIED = -1; // …