Home
last modified time | relevance | path

Searched refs:PENALTY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/text/
DPrimitive.java59 PENALTY, enumConstant
84 assert this == PENALTY; in getNewPrimitive() local
DOptimizingLineBreaker.java50 assert p.type == PrimitiveType.PENALTY; in computeBreaks()
65 if (p.type == PrimitiveType.PENALTY) { in computeBreaks()
207 (p.type == PrimitiveType.PENALTY || p.type == PrimitiveType.WORD_BREAK)) { in desperateBreak()
DStaticLayout_Delegate.java195 p = PrimitiveType.PENALTY.getNewPrimitive(i, 0, 0); in computePrimitives()
207 PrimitiveType.PENALTY.getNewPrimitive(length, 0, -PrimitiveType.PENALTY_INFINITY)); in computePrimitives()
DGreedyLineBreaker.java106 if (p.type == PrimitiveType.PENALTY && in computeBreaks()