Searched defs:LINE_BREAK_STYLE (Results 1 – 1 of 1) sorted by relevance
73 private static final int LINE_BREAK_STYLE = LineBreakConfig.LINE_BREAK_STYLE_LOOSE; field in TextAppearanceInfoTest258 assertEquals(textAppearanceInfo.getLineBreakStyle(), LINE_BREAK_STYLE); in assertTextAppearanceInfoContentsEqual() local