Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java173 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testEmptyString_flagOn()
187 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testEmptyString_flagOff()
201 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testStringWithSpaceLongerThanCharLimit_flagOn()
216 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testStringWithSpaceLongerThanCharLimit_flagOff()
231 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringNoSpaceLongerThanCharLimit_flagOn()
246 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringNoSpaceLongerThanCharLimit_flagOff()
261 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringWithSpaceLongerThanCharLimit_flagOn()
276 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringWithSpaceLongerThanCharLimit_flagOff()
291 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringSymbolLongerThanCharLimit_flagOn()
306 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringSymbolLongerThanCharLimit_flagOff()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java554 applyLabel(info); in applyIconAndLabel()
624 public void applyLabel(ItemInfo info) { in applyLabel() method in BubbleTextView