Searched defs:removeSpan (Results 1 – 3 of 3) sorted by relevance
33 public void removeSpan(Object what) { in removeSpan() method in ShadowSpannableString
79 cvox.Spannable.prototype.removeSpan = function(value) { method in cvox.Spannable
991 cvox.Spannable.prototype.setSpan=function(a,b,c){this.removeSpan(a);if(0<=b&&b<=c&&c<=this.string_.… method in cvox