Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUseCompoundDrawableRefactoring.java409 Matcher matcher2 = p.matcher(dimension2); in combine() local
410 if (matcher1.matches() && matcher2.matches()) { in combine()
412 if (unit.equals(matcher2.group(2))) { in combine()
414 float value2 = Float.parseFloat(matcher2.group(1)); in combine()