Searched refs:applyLabel (Results 1 – 2 of 2) sorted by relevance
173 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 …]
554 applyLabel(info); in applyIconAndLabel()624 public void applyLabel(ItemInfo info) { in applyLabel() method in BubbleTextView