Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/text/
DPrimitive.java59 PENALTY, enumConstant
84 assert this == PENALTY; in getNewPrimitive() local
DOptimizingLineBreaker.java51 assert p.type == PrimitiveType.PENALTY; in computeBreaks()
68 if (p.type == PrimitiveType.PENALTY) { in computeBreaks()
196 (p.type == PrimitiveType.PENALTY || p.type == PrimitiveType.WORD_BREAK)) { in desperateBreak()
DLineBreaker_Delegate.java216 p = PrimitiveType.PENALTY.getNewPrimitive(i, 0, 0); in computePrimitives()
228 PrimitiveType.PENALTY.getNewPrimitive(length, 0, -PrimitiveType.PENALTY_INFINITY)); in computePrimitives()
DGreedyLineBreaker.java108 if (p.type == PrimitiveType.PENALTY && in computeBreaks()