Searched refs:removeSpan (Results 1 – 8 of 8) 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
499 mSpannable.removeSpan(mClickable0); in testMoveAroundUnclickable()500 mSpannable.removeSpan(mClickable1); in testMoveAroundUnclickable()
111 spannable.removeSpan(null); in testRemoveSpan()119 spannable.removeSpan(underlineSpan); in testRemoveSpan()125 spannable.removeSpan(underlineSpan); in testRemoveSpan()
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()
300 s.removeSpan(span); in testSpannedInterface_Spannable()315 s.removeSpan(SPAN); in testSpannedInterface_Spannable_removeSpan_MetricsAffectingSpan()
442 editable.removeSpan(Selection.SELECTION_END); in testGetSelectedText_wrongSelection()
1873 text.removeSpan(span); in testSetTextUpdatesHeightAfterRemovingImageSpan()
47895 method public void removeSpan(Object);47971 method public void removeSpan(Object);47991 method public void removeSpan(Object);48022 method public void removeSpan(Object);