Searched refs:removeSpan (Results 1 – 7 of 7) sorted by relevance
63 this.removeSpan(value);79 cvox.Spannable.prototype.removeSpan = function(value) { method in cvox.Spannable
120 spannable.removeSpan(annotation);
33 public void removeSpan(Object what) { in removeSpan() method in ShadowSpannableString
52 spanStr.removeSpan(s1); in testRemoveSpan()
991 …removeSpan(a);if(0<=b&&b<=c&&c<=this.string_.length)this.spans_.push({value:a,start:b,end:c});else… method in cvox
848 …removeSpan(a);if(0<=b&&b<=c&&c<=this.string_.length)this.spans_.push({value:a,start:b,end:c});else…
795 …removeSpan(a);if(0<=b&&b<=c&&c<=this.string_.length)this.spans_.push({value:a,start:b,end:c});else…