CalculatorExpressionBuilder.java | 37 public SpannableStringBuilder replace(int start, int end, CharSequence tb, int tbstart, method in class:CalculatorExpressionBuilder 41 return super.replace(start, end, tb, tbstart, tbend); 84 // since this is the first edit replace the entire string 91 return super.replace(start, end, appendExpr, 0, appendExpr.length());
|