Home
last modified time | relevance | path

Searched defs:LINE_BREAK_STYLE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DTextAppearanceInfoTest.java73 private static final int LINE_BREAK_STYLE = LineBreakConfig.LINE_BREAK_STYLE_LOOSE; field in TextAppearanceInfoTest
258 assertEquals(textAppearanceInfo.getLineBreakStyle(), LINE_BREAK_STYLE); in assertTextAppearanceInfoContentsEqual() local