Home
last modified time | relevance | path

Searched refs:removeSpan (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DMetaKeyKeyListenerTest.java271 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
DLinkMovementMethodTest.java442 mSpannable.removeSpan(mClickable0); in testMoveAroundUnclickable()
443 mSpannable.removeSpan(mClickable1); in testMoveAroundUnclickable()
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringTest.java111 spannable.removeSpan(null); in testRemoveSpan()
119 spannable.removeSpan(underlineSpan); in testRemoveSpan()
125 spannable.removeSpan(underlineSpan); in testRemoveSpan()
DSpannableStringBuilderTest.java461 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()
DPrecomputedTextTest.java251 s.removeSpan(span); in testSpannedInterface_Spannable()
266 s.removeSpan(SPAN); in testSpannedInterface_Spannable_removeSpan_MetricsAffectingSpan()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java487 editable.removeSpan(Selection.SELECTION_END);
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java1815 text.removeSpan(span); in testSetTextUpdatesHeightAfterRemovingImageSpan()