Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java101 private ItemInfoWithIcon mItemInfoWithIcon; field in BubbleTextViewTest
127 mItemInfoWithIcon = new ItemInfoWithIcon() { in setUp()
142 mItemInfoWithIcon.title = EMPTY_STRING; in testEmptyString_flagOn()
144 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testEmptyString_flagOn()
156 mItemInfoWithIcon.title = EMPTY_STRING; in testEmptyString_flagOff()
158 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testEmptyString_flagOff()
172 mItemInfoWithIcon.title = TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT; in testStringWithSpaceLongerThanCharLimit_flagOn()
173 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testStringWithSpaceLongerThanCharLimit_flagOn()
187 mItemInfoWithIcon.title = TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT; in testStringWithSpaceLongerThanCharLimit_flagOff()
188 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testStringWithSpaceLongerThanCharLimit_flagOff()
[all …]