Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java79 private static final int TWO_LINE = 2; field in BubbleTextViewTest
150 assertNotEquals(TWO_LINE, mBubbleTextView.getMaxLines()); in testEmptyString_flagOn()
180 assertEquals(TWO_LINE, mBubbleTextView.getLineCount()); in testStringWithSpaceLongerThanCharLimit_flagOn()
242 assertEquals(TWO_LINE, mBubbleTextView.getLineCount()); in testLongStringWithSpaceLongerThanCharLimit_flagOn()
273 assertEquals(TWO_LINE, mBubbleTextView.getLineCount()); in testLongStringSymbolLongerThanCharLimit_flagOn()
360 assertEquals(TWO_LINE, mBubbleTextView.getLineCount()); in testEnsurePredictionRowIsTwoLine()
391 assertEquals(TWO_LINE, mBubbleTextView.getLineCount()); in modifyTitleToSupportMultiLine_whenUnlimitedHeight_shouldBeTwoLine()