Searched refs:removeSpan (Results 1 – 7 of 7) sorted by relevance
271 verify(str, never()).removeSpan(any()); in testResetLockedMeta()273 verify(str, atLeastOnce()).removeSpan(any()); in testResetLockedMeta()277 verify(str, never()).removeSpan(any()); in testResetLockedMeta()279 verify(str, never()).removeSpan(any()); in testResetLockedMeta()432 public void removeSpan(Object what) { in removeSpan() method in MetaKeyKeyListenerTest.MockSpannable
442 mSpannable.removeSpan(mClickable0); in testMoveAroundUnclickable()443 mSpannable.removeSpan(mClickable1); in testMoveAroundUnclickable()
461 builder.removeSpan(new Object()); in testRemoveSpan()466 builder.removeSpan(mUnderlineSpan); in testRemoveSpan()471 builder.removeSpan(mUnderlineSpan); in testRemoveSpan()472 builder.removeSpan(null); in testRemoveSpan()763 builder.removeSpan(first); in testGetSpans_returnsSpansInInsertionOrderAfterRemoveSpanCalls()764 builder.removeSpan(second); in testGetSpans_returnsSpansInInsertionOrderAfterRemoveSpanCalls()
111 spannable.removeSpan(null); in testRemoveSpan()119 spannable.removeSpan(underlineSpan); in testRemoveSpan()125 spannable.removeSpan(underlineSpan); in testRemoveSpan()
251 s.removeSpan(span); in testSpannedInterface_Spannable()266 s.removeSpan(SPAN); in testSpannedInterface_Spannable_removeSpan_MetricsAffectingSpan()
461 editable.removeSpan(Selection.SELECTION_END);
1692 text.removeSpan(span); in testSetTextUpdatesHeightAfterRemovingImageSpan()