Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java78 private static final int ONE_LINE = 1; field in BubbleTextViewTest
164 assertEquals(ONE_LINE, mBubbleTextView.getLineCount()); in testEmptyString_flagOff()
195 assertEquals(ONE_LINE, mBubbleTextView.getLineCount()); in testStringWithSpaceLongerThanCharLimit_flagOff()
211 assertEquals(ONE_LINE, mBubbleTextView.getLineCount()); in testLongStringNoSpaceLongerThanCharLimit_flagOn()
226 assertEquals(ONE_LINE, mBubbleTextView.getLineCount()); in testLongStringNoSpaceLongerThanCharLimit_flagOff()
257 assertEquals(ONE_LINE, mBubbleTextView.getLineCount()); in testLongStringWithSpaceLongerThanCharLimit_flagOff()
288 assertEquals(ONE_LINE, mBubbleTextView.getLineCount()); in testLongStringSymbolLongerThanCharLimit_flagOff()
375 assertEquals(ONE_LINE, mBubbleTextView.getLineCount()); in modifyTitleToSupportMultiLine_whenLimitedHeight_shouldBeOneLine()