Searched refs:value2 (Results 1 – 1 of 1) sorted by relevance
414 float value2 = Float.parseFloat(matcher2.group(1)); in combine() local415 return AdtUtils.formatFloatAttribute(value1 + value2) + unit; in combine()