Searched refs:applyLabel (Results 1 – 2 of 2) sorted by relevance
144 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testEmptyString_flagOn()158 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testEmptyString_flagOff()173 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testStringWithSpaceLongerThanCharLimit_flagOn()188 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testStringWithSpaceLongerThanCharLimit_flagOff()204 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringNoSpaceLongerThanCharLimit_flagOn()219 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringNoSpaceLongerThanCharLimit_flagOff()235 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringWithSpaceLongerThanCharLimit_flagOn()250 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringWithSpaceLongerThanCharLimit_flagOff()266 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringSymbolLongerThanCharLimit_flagOn()281 mBubbleTextView.applyLabel(mItemInfoWithIcon); in testLongStringSymbolLongerThanCharLimit_flagOff()[all …]
458 applyLabel(info); in applyIconAndLabel()480 public void applyLabel(ItemInfo info) { in applyLabel() method in BubbleTextView